Pour ceux qui ne connaissent pas :
- http://content-security-policy.com/
- https://hacks.mozilla.org/2016/02/imple ... ty-policy/
Pour mon "renouveau" site d'écrits, j'essaye des les implémenter, pour nginx, telle que :
Code : Tout sélectionner
add_header Content-Security-Policy "default-src 'self'; font-src 'self' https://fonts.googleapis.com ; form-action 'self'; frame-ancestors 'self'; img-src 'self'; sandbox allow-same-origin; script-src 'self' https://cdnjs.cloudflare.com https://netdna.bootstrapcdn.com; style-src 'self' https://cdnjs.cloudflare.com;" always;
Avec ... c'est quasiment page blanche ! Booo ...