Added integrity hashes
This commit is contained in:
parent
b60febeea2
commit
507f1f196c
1 changed files with 2 additions and 3 deletions
|
@ -83,9 +83,8 @@
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
|
||||||
@if ($snipeSettings->load_remote=='1')
|
@if ($snipeSettings->load_remote=='1')
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js" integrity="sha384-qFIkRsVO/J5orlMvxK1sgAt2FXT67og+NyFTITYzvbIP1IJavVEKZM7YWczXkwpB" crossorigin="anonymous"></script>
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>
|
||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
||||||
|
|
||||||
@else
|
@else
|
||||||
<script src="{{ url(asset('js/html5shiv.js')) }}"></script>
|
<script src="{{ url(asset('js/html5shiv.js')) }}"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue