Unrecognized Content-Security-Policy Directive

I noticed that after updating in Google Chrome (21.0.1180.89) I get error highlighting on the developer tab; especially if I'm on my own phpMyAdmin site.

All are the same and represent some protection against cross-site scripts; is there anything i can do to solve it?

Unrecognized Content-Security-Policy directive 'allow'. 
Unrecognized Content-Security-Policy directive 'options'. 
+5
source share
2 answers

The directives allowand optionsare part of the original Mozilla content security policy definition. Chrome implements the current W3C standard , which introduced several changes from the original Mozilla offering.

  • allow default-src CSP.
  • options 'unsafe-inline' 'unsafe-eval' ( ) script-src style-src.

Firefox, X-Content-Security-Policy. - WebKit (X-WebKit-CSP), .

, WebKit (Content-Security-Policy) , WebKit. , .:)

+2

Chrome v 48.0.2564.116 " " "-" "." IE 11, FF .

.

+2

All Articles