diff options
author | Alan Pearce | 2024-05-29 17:47:27 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 17:47:27 +0200 |
commit | 200701c1bddae4b9a854579ced35cb6aa325ad63 (patch) | |
tree | ca397c21a7d95e907f58779f70c1a5a5310f2225 /config.toml | |
parent | a3fe5c2c5d96a32e34b4ee5b4a397927e2475321 (diff) | |
download | website-200701c1bddae4b9a854579ced35cb6aa325ad63.tar.lz website-200701c1bddae4b9a854579ced35cb6aa325ad63.tar.zst website-200701c1bddae4b9a854579ced35cb6aa325ad63.zip |
move referrer-policy to HTTP header and harden
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index de6c9d5..70ed9f7 100644 --- a/config.toml +++ b/config.toml @@ -42,6 +42,7 @@ oidc_host = "https://id.alanpearce.eu/" [extra.headers] cache-control = "max-age=14400" x-content-type-options = "nosniff" + referrer-policy = "strict-origin-when-cross-origin" strict-transport-security = "max-age=63072000; includeSubDomains; preload" [[menus.main]] |