axiom215 / csp

Learn about CSP ... by playing with it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSP

sudo bash -c "echo '127.0.0.1    sneaker' >> /etc/hosts"

# Run with docker ....
docker-compose up

# ... or just with php
composer install
php -S 127.0.0.1:8000 -t ./

Play

  • elements What elements will load on the page?
  • allow What should we allow on the page?
  • proof How can we prove the CSP worked?

Links

About

Learn about CSP ... by playing with it!


Languages

Language:PHP 71.7%Language:JavaScript 16.1%Language:CSS 10.7%Language:Hack 1.1%Language:HTML 0.4%