diff --git a/pycon.fr.yml b/pycon.fr.yml index cd8a3b1..a713615 100644 --- a/pycon.fr.yml +++ b/pycon.fr.yml @@ -54,7 +54,7 @@ return 301 https://www.pycon.fr/2023/; } location ~ ^/2023/ { - add_header Content-Security-Policy "default-src 'none'; frame-ancestors 'self'; form-action 'none'; base-uri 'none'; frame-src 'self' https://framacarte.org; font-src 'self'; img-src 'self' https://openstreetmap.fr; script-src 'self' https://framasoft.org https://framacarte.org; style-src 'self'"; + add_header Content-Security-Policy "default-src 'none'; object-src 'self'; frame-ancestors 'self'; form-action 'none'; base-uri 'none'; frame-src 'self' https://framacarte.org; font-src 'self'; img-src 'self' https://openstreetmap.fr; script-src 'self' 'unsafe-inline' https://framasoft.org https://framacarte.org; style-src 'self' 'unsafe-inline'"; add_header Strict-Transport-Security "max-age=63072000"; add_header X-Content-Type-Options "nosniff"; }