Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.02 KB

CSP Tester

This extension helps web masters to test web application functionality with Content Security Policy (CSP) version 2.0 implemented.

You can install CSP Tester from Chrome Web Store

Typical workflow looks like:

  1. Open the extension window
  2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns)
  3. Tick the e.g. "self" checkbox, check "Active" and Save the changes
  4. Open the Developer Tools and navigate to the tested site
  5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes
  6. Make changes in the policy based on these reports

To analyze CSP logs you can use CSP Reporter