From 1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jul 2024 11:03:29 +0200 Subject: add cross-origin-resource-policy header --- config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.toml') 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" -- cgit 1.4.1