docs(phpdoc): Fix CSP for doc pages

This commit is contained in:
Pierre Rudloff 2019-09-21 13:14:04 +02:00
parent a3aeb423b0
commit 4870f481ed
1 changed files with 3 additions and 0 deletions

3
docs/.htaccess Normal file
View File

@ -0,0 +1,3 @@
<ifmodule mod_headers.c>
Header set Content-Security-Policy "default-src 'self'; object-src 'none'; script-src http: 'unsafe-inline'; img-src http:; style-src 'self' 'unsafe-inline' https:; font-src http:"
</ifmodule>