moloch-- / CSP-Bypass

A Burp Plugin for Detecting Weaknesses in Content Security Policies
GNU General Public License v3.0
163 stars 38 forks source link

Deprecated CSPs directives #3

Open Hipapheralkus opened 6 years ago

Hipapheralkus commented 6 years ago

Hi, I noticed that some CSP directives reported by this extender are obsolete, and are reported by your tool. Is it possible to update this extender accordingly?

This was removed from CSP2, never added to CSP3, and will not ship in any other browser. We should remove it, as it is completely redundant with X-XSS-Protection, which is never going away.

Thanks

moloch-- commented 6 years ago

Yea i've been meaning to get on this for a little while, there's also the new 'strict-dynamic' script-src which is pretty interesting.