mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-07 00:32:38 -04:00
Fix and harden HTTP headers (#57)
Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/57
This commit is contained in:
parent
d130509bdd
commit
8b53cce898
1 changed files with 6 additions and 1 deletions
|
@ -34,4 +34,9 @@ markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
|
|
||||||
|
webrick:
|
||||||
|
headers:
|
||||||
|
Content-Security-Policy: default-src 'self';
|
||||||
|
Strict-Transport-Security: max-age=31536000; includeSubDomains
|
Loading…
Add table
Add a link
Reference in a new issue