pwnhub.pw


Project maintained by defektive Hosted on GitHub Pages — Theme by mattgraham

CSP Testing / Test script-src path prefix

These pages include a whitelist.js and a blacklist.js. Mosts test will attempt to load the whitelist, and block the blacklist. See code reference below to see what is actually being used.

Test page for CSP script-src path prefix

<meta
  http-equiv="Content-Security-Policy"
  content="script-src 'self' https://defektive.github.io/xss/dist/">

Results