Skip to content

Commit 4c27a84

Browse files
committed
fix: added integrity attribute
Signed-off-by: Amitkanswal <[email protected]>
1 parent 72612f3 commit 4c27a84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<link rel="preconnect" href="https://fonts.gstatic.com">
1414
</link>
1515
<link href="https://fonts.googleapis.com/css?family=Inter&amp;display=swap" rel="stylesheet" />
16-
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
17+
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
18+
crossorigin="anonymous"></script>
1719
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
1820
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
1921
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"

0 commit comments

Comments
 (0)