Compare commits

...

2 Commits

Author SHA1 Message Date
Julien Palard 5ead65caca
Hello bootstrap.pypa.io 2023-01-26 21:48:22 +01:00
Julien Palard cc68d83beb
Harder CSP. 2023-01-23 14:00:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,6 @@
videos-2015.pycon.fr
www.pycon.fr
# Python
bugs.python.org
mail.python.org
@ -50,6 +49,7 @@
speed.python.org
wiki.python.org
www.python.org
bootstrap.pypa.io
# Hackinscience
hackinscience.org

View File

@ -57,7 +57,7 @@
charset utf-8;
server_name mdk.fr;
include snippets/letsencrypt-mdk.fr.conf;
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;";
add_header Content-Security-Policy "default-src 'none'; font-src 'self'; script-src 'self'; style-src 'self'; img-src 'self'";
add_header X-Frame-Options "DENY";
location /noindex/ {