diff options
author | Alan Pearce | 2024-05-29 17:47:27 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 2366053363ad20140ac901d3f83938732e8629e2 (patch) | |
tree | 8809725ebfa1576e6d0cd2c7de830ae4c001016a /config.toml | |
parent | 10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f (diff) | |
download | website-2366053363ad20140ac901d3f83938732e8629e2.tar.lz website-2366053363ad20140ac901d3f83938732e8629e2.tar.zst website-2366053363ad20140ac901d3f83938732e8629e2.zip |
move referrer-policy to HTTP header and harden
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 c212406..7465da0 100644 --- a/config.toml +++ b/config.toml @@ -54,6 +54,7 @@ require-trusted-types-for = [ [extra.headers] cache-control = "max-age=14400" x-content-type-options = "nosniff" +referrer-policy = "strict-origin-when-cross-origin" [[menus.main]] name = "Home" |