diff options
author | Alan Pearce | 2024-07-03 11:03:29 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 531f3b7a10771b89ba71cf431f9f5b6576c1ba94 (patch) | |
tree | 65c25a718bea7bd9493bc6f6aedb9ac27455f90b /config.toml | |
parent | 505ad5aa2bada31e2963eb33281a5f7e28bdff75 (diff) | |
download | website-531f3b7a10771b89ba71cf431f9f5b6576c1ba94.tar.lz website-531f3b7a10771b89ba71cf431f9f5b6576c1ba94.tar.zst website-531f3b7a10771b89ba71cf431f9f5b6576c1ba94.zip |
add cross-origin-resource-policy header
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 295f9bc..d7d9e4a 100644 --- a/config.toml +++ b/config.toml @@ -67,6 +67,7 @@ require-trusted-types-for = [ cache-control = "max-age=14400" x-content-type-options = "nosniff" referrer-policy = "strict-origin-when-cross-origin" +cross-origin-resource-policy = "same-site" [[menus.main]] name = "Home" |