about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 17:47:27 +0200
committerAlan Pearce2024-05-29 17:47:27 +0200
commit200701c1bddae4b9a854579ced35cb6aa325ad63 (patch)
treeca397c21a7d95e907f58779f70c1a5a5310f2225 /config.toml
parenta3fe5c2c5d96a32e34b4ee5b4a397927e2475321 (diff)
downloadwebsite-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.toml1
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]]