summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-07-03 11:03:29 +0200
committerAlan Pearce2024-07-03 11:03:29 +0200
commitc1727492ef6b78c6b17d0567bb4c7abb7161ab3f (patch)
tree2284fa91c4a191359b5e6506751626955a7bb27a /config.toml
parent9bb2563cef121dd93ae9efcef89e5d7500de640c (diff)
downloadwebsite-c1727492ef6b78c6b17d0567bb4c7abb7161ab3f.tar.lz
website-c1727492ef6b78c6b17d0567bb4c7abb7161ab3f.tar.zst
website-c1727492ef6b78c6b17d0567bb4c7abb7161ab3f.zip
add cross-origin-resource-policy header
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 f6bf8ed..979669f 100644
--- a/config.toml
+++ b/config.toml
@@ -67,6 +67,7 @@ goatcounter = "https://stats.alanpearce.eu/count"
   x-content-type-options = "nosniff"
   referrer-policy = "strict-origin-when-cross-origin"
   strict-transport-security = "max-age=63072000; includeSubDomains; preload"
+  cross-origin-resource-policy = "same-site"
 
 [[menus.main]]
   name = "Home"