Skip to content

Modifying extension that completely disabled Content-Security-Policy in Chromium browsers for web application testing to just add a few specified allowed resources on top of existing CSP

License

Notifications You must be signed in to change notification settings

DominikRidjic/chrome-csp-disable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modifications I've performed

  • Automatically apply to every site (no need to click the browser extension icon for each one)
  • No longer throws the CSP away, instead just adds the domains we need to it.

Pre-existing (prior to Fork)

Disable Content-Security-Policy (CSP) in Chromium browsers for web application testing.

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/.

Contributors

About

Modifying extension that completely disabled Content-Security-Policy in Chromium browsers for web application testing to just add a few specified allowed resources on top of existing CSP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%