How to Fix Pictures Not Showing Up in Safari

juanforce

Registered
Dec 30, 2019
1
0
0
Singapore
cPanel Access Level
Reseller Owner
Recently, I checked my website in Safari Browser. Unfortunately, 95% of images are not loading properly. I'm sharing our website's homepage screenshots here. Kindly, check and tell me how to solve it as soon as possible.



I have also checked images through inspect element and also tried to open in new window, showed me the popup. Kindly, check the below screenshots.
 
Last edited by a moderator:

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
Based on the console provided by "Inspect element" in safari the issue is as follows:
Code:
[Error] TypeError: null is not an object (evaluating 'document.getElementById(2623*6141).style')
    Global Code (psg:1171:141)
Referring to:
Code:
<script>document.getElementById(2623*6141).style.display="none";</script>
Followed by the bulk of the errors which are:
Code:
[Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored.
[Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored. (x8)
[Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored.
[Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored. (x10)
[Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored. (x4)
I found the following on this:

It looks like it's primarily affecting google's reCaptcha v3 right now: