Skip to content

Disable Content-Security-Policy in Chromium browsers for web application testing

License

Notifications You must be signed in to change notification settings

PhilGrayson/chrome-csp-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disable Content-Security-Policy (CSP) headers. This is an aid to building good policies, especially on pages that load lots of third-party resources.

Use this only as a last resort. Disabling CSP means disabling features designed to protect you from cross-site scripting. Prefer to use report-uri which instructs the browser to send CSP violations to a URI. That allows you keep CSP enabled in your browser but still know what got blocked. https://report-uri.com is a free tool that gives you a web interface to inspect CSP violations on your site.

Licensed under https://unlicense.org/.

Privacy policy

This extension does not collect any user data.

Contributors

About

Disable Content-Security-Policy in Chromium browsers for web application testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published