Skip to content

IkeMurami/playground-csp

Repository files navigation

CSP Playground

There is a playground to test content security policies (CSP) to search bypasses.

  1. Put your CSP
  2. Generate playground, click to the playground button
  3. You can test your bypasses via putting payloads to the JavaScript code, href attribute and html node.

Try here: https://ikemurami.github.io/playground-csp/

Development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deploy

The project is deployed with Github Pages' actions (how you can make it).

Releases

No releases published

Packages

No packages published