Bonjour,
impossible d'ajouter une Content Security Policy à mon .htaccess, ça provoque un bug bizarre : plus aucun bouton ne fonctionne dans l'administration Joomla de mon site...
Quelqu'un aurait-il une idée du problème ?
Mon code :
# Content Security Policy (CSP)
Header set Content-Security-Policy "script-src 'self' https://apis.google.com; object-src 'self'"
# `mod_headers` cannot match based on the content-type, however,
# the `Content-Security-Policy` response header should be send
# only for HTML documents and not for the other resources.
<FilesMatch "\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|top ojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|webmanifest|woff2?|xloc|xml|xpi)$">
Header unset Content-Security-Policy
</FilesMatch>
Pareil avec le simple code :
Header set Content-Security-Policy "script-src 'self' https://apis.google.com; object-src 'self'"
impossible d'ajouter une Content Security Policy à mon .htaccess, ça provoque un bug bizarre : plus aucun bouton ne fonctionne dans l'administration Joomla de mon site...
Quelqu'un aurait-il une idée du problème ?
Mon code :
# Content Security Policy (CSP)
Header set Content-Security-Policy "script-src 'self' https://apis.google.com; object-src 'self'"
# `mod_headers` cannot match based on the content-type, however,
# the `Content-Security-Policy` response header should be send
# only for HTML documents and not for the other resources.
<FilesMatch "\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|top ojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|webmanifest|woff2?|xloc|xml|xpi)$">
Header unset Content-Security-Policy
</FilesMatch>
Pareil avec le simple code :
Header set Content-Security-Policy "script-src 'self' https://apis.google.com; object-src 'self'"
Commentaire