Add to index.php
// for security headers
$hifb_nonce = '';
if (function_exists('sh_cspHeaderNonce')) {
$hifb_nonce = ' nonce="' . sh_cspHeaderNonce() . '"';
}
|
'<script type="text/javascript"> |
to:
<script' . $hifb_nonce . '>
Same here:
|
'<script type="text/javascript"> |
Add to index.php
hi_fancybox/index.php
Line 106 in 288ff66
to:
<script' . $hifb_nonce . '>Same here:
hi_fancybox/index.php
Line 52 in 288ff66