Sandbox permission errors in Chrome console, but I don't use any iframes

I keep getting these errors even if the html of my page does not contain frames:

Script execution is blocked in '[url]', because the document frame is isolated and the allow-script permission is not set.

Blocked submission of the form to "[url]", because the form frame is isolated and the permission to "allow forms" is not set.

As a result of these errors, results are returned mainly for people who use frames. The simple form and presentation is not js-driven, but a regular html submit button ...

I am lost. Does anyone there get them for non-frame pages?

+7
google-chrome permissions sandbox
source share

No one has answered this question yet.

See related questions:

1786
Error ssh "permissions too open"
632
SSH Attempt on Amazon Ec2 Instance - Permission Error
432
How do I print debugging messages in the Google Chrome JavaScript console?
37
Jenkins Error - Blocked script execution in <URL>. because the document frame is in the sandbox and the allow-scripts permission is not set
nine
html5 javascript- How to catch an attempt to initiate navigation from an isolated iframe?
5
SandBox Iframe - script execution is blocked in 'URL' because the document frame is isolated and 'allow-scripts' permission is not set
3
JavaScript errors (localstorage, cookie) loading an isolated iframe in Chrome Extension
3
Including scripts for .mht files?
one
Browser still loses real user agent
one
the chrome extension in iframe allow-same-origin is blocked

All Articles