UNPKG

seespee

Version:

Create a Content-Security-Policy for a website based on the statically decidable relations

10 lines (9 loc) 219 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'"> </head> <body> <script src="script.js"></script> </body> </html>