diff options
author | Alan Pearce | 2024-07-03 11:03:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-03 11:03:29 +0200 |
commit | 1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7 (patch) | |
tree | 6033efcfd6dc53d039357ea3b6ec37b2ccf354e5 | |
parent | b7172f46cd01fd394c9ee221716f0554cbd1d060 (diff) | |
download | website-1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7.tar.lz website-1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7.tar.zst website-1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7.zip |
add cross-origin-resource-policy header
-rw-r--r-- | config.toml | 1 |
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" |