Skip to content

Commit 6bd13c8

Browse files
committed
🔒 Added SRI integrity attribute for Font Awesome CDN (CodeRabbit fix)
1 parent 431f066 commit 6bd13c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kidcode-web/src/main/resources/static/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<link
99
rel="stylesheet"
1010
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
11+
integrity="sha512-6UkeuJ+JSTasDIXhVFMz+yTQq5j0KiG2Zs0hV3uOJwMsqZs1XUy3JvRlq9s6C1q8PBA0qL/jY1TRf9bA2wD9kg=="
1112
crossorigin="anonymous"
13+
referrerpolicy="no-referrer"
1214
/>
1315
<!-- MONACO: Link to the Monaco loader script -->
1416
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.34.1/min/vs/loader.js"></script>

0 commit comments

Comments
 (0)