File: .htaccess

package info (click to toggle)
bedstead 3.261-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 592 kB
  • sloc: ansic: 4,607; python: 337; makefile: 138; sh: 71
file content (14 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DirectoryIndex index.xhtml
AddType application/xhtml+xml;charset=UTF-8 .xhtml
AddType font/otf;outlines=CFF .otf
<FilesMatch "^\p{Lu}+$">
  ForceType text/plain
  Header add Link "<bedstead.css>; rel=stylesheet type=\"text/css\""
</FilesMatch>
AddOutputFilterByType DEFLATE application/xhtml+xml text/css font/otf \
 application/javascript application/wasm \
 text/plain text/x-csrc application/postscript
Header set Content-Security-Policy "form-action 'none';\
 default-src 'none'; connect-src 'self'; font-src 'self'; img-src 'self';\
 script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval';\
 style-src 'self' 'unsafe-inline'"