all repos — website @ 1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7

My website

add cross-origin-resource-policy header
Alan Pearce alan@alanpearce.eu
Wed, 03 Jul 2024 11:03:29 +0200
commit

1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7

parent

b7172f46cd01fd394c9ee221716f0554cbd1d060

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M config.tomlconfig.toml
@@ -67,6 +67,7 @@ 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"
+  cross-origin-resource-policy = "same-site"
 
 [[menus.main]]
   name = "Home"