Safari Sandbox allow-scripts issue

Hello,


We're developing an web server, which is controlled by a web browser. Mostly by MS windows IE, FF, Chrome and Safari.

The website is a standard HTML/CSS/javascript type of thing.


Currently, we've faced a problem on MAC book OSX 10.10.5 with latest Safari 9.1.2. We can't load the Javascript on it correctly ?


This problem never happend previously on the elder verion Safari 8.0.6 and Safari 8.0.8. But it just happened now, though we didn't make any changes on the HTML codes.


When we check the "Show the page", it shows several error, which is listed as below


"Blocked scrip execution in 'http://192.168.3.81/general.html' because the document's frame is sandboxed and the 'allow-script' pemission is not set.

Sandboxing 'http://192.168.3.81/jquery-ui 1.11.4.css' because it's using HTTP/0.9.

Sandboxing 'http://192.168.3.81/logo.png' because it's using HTTP/0.9."


I've even hacked my webserver as well by trying to send...


Content-Security-Policy; sandbox 'allow-scripts' 'allow-same-origin';


But it can't works anyway. Nowsdays, we're very headache on this problem, and seems all the effeort is used, but have not any progress on it. Could you please check and response on this issues ASAP ?


Thanks

Owen

Replies

Any luck with resolving this issue?


I am now getting this error on every page that is using JS.

Hi Owen, i had the same issue. I track the problem to the AdBlock Plus. If you deactivate it, the problem dissapeard. 😀