docs(phpdoc): Fix CSP for doc pages
This commit is contained in:
parent
a3aeb423b0
commit
4870f481ed
1 changed files with 3 additions and 0 deletions
3
docs/.htaccess
Normal file
3
docs/.htaccess
Normal 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>
|
Loading…
Reference in a new issue