diff options
author | Alan Pearce | 2024-05-29 16:30:54 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 16:30:54 +0200 |
commit | acbcf42f87eb530ad6df59ca3a792adb323c7b11 (patch) | |
tree | 8c805d3863ad142b8e8edf588b4005296432134a | |
parent | 20cea22970352af425983beb916638085e46cf39 (diff) | |
download | website-acbcf42f87eb530ad6df59ca3a792adb323c7b11.tar.lz website-acbcf42f87eb530ad6df59ca3a792adb323c7b11.tar.zst website-acbcf42f87eb530ad6df59ca3a792adb323c7b11.zip |
re-add Strict-Transport-Security header
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 49d864b..de6c9d5 100644 --- a/config.toml +++ b/config.toml @@ -42,6 +42,7 @@ oidc_host = "https://id.alanpearce.eu/" [extra.headers] cache-control = "max-age=14400" x-content-type-options = "nosniff" + strict-transport-security = "max-age=63072000; includeSubDomains; preload" [[menus.main]] name = "Home" |