/csp

Learn about CSP ... by playing with it!

Primary LanguagePHP

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