mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
My Web site disables JavaScript by default, so we need to override that if the Web editor is going to work.
10 lines
350 B
ApacheConf
10 lines
350 B
ApacheConf
DirectoryIndex index.xhtml
|
|
AddType application/xhtml+xml;charset=UTF-8 .xhtml
|
|
AddType font/otf;outlines=CFF .otf
|
|
<FilesMatch "^\p{Lu}+$">
|
|
ForceType text/plain
|
|
</FilesMatch>
|
|
AddOutputFilterByType DEFLATE application/xhtml+xml text/css font/otf \
|
|
text/plain text/x-csrc application/postscript
|
|
Header set Content-Security-Policy "object-src 'none';"
|