Skip to content
/ csplens Public

CSP Lens is a developer-focused Chrome extension for inspecting Content Security Policies. It extracts available CSP headers and displays directives in a structured, readable side panel.

License

Notifications You must be signed in to change notification settings

cuadra/csplens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSP Lens

marquee

csplensdarklight

Installation

Download

  • Clone the repo or download the Release.

Chrome Installation

  1. Open chrome://extensions and enable "developer mode"
  2. Click on "load unpacked" and select the dist folder inside what you downloaded.

Build

If you want to customize and build it yourself:

npm i
npm run build

Prepare the extension folder

From the root of the folder:

rm -rf dist/assets
mv temp/index.html dist/
mv temp/assets/ dist/

(Translation: delete the old assets, move the fresh ones where the extension expects them.)

About

CSP Lens is a developer-focused Chrome extension for inspecting Content Security Policies. It extracts available CSP headers and displays directives in a structured, readable side panel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •