diff options
author | V <v@unfathomable.blue> | 2022-05-11 14:04:31 +0200 |
---|---|---|
committer | V <v@unfathomable.blue> | 2022-05-14 16:50:13 +0200 |
commit | b7a18bdfb9e2453684a766f7f0f611ebbc0cf1ba (patch) | |
tree | fac8dac87774f22d0d1b8cc009c863fa50e4a0c0 /fleet/modules | |
parent | 83bfa5eab7cf64a77551b634c75b6eaf92d961c3 (diff) | |
download | unf-legacy-b7a18bdfb9e2453684a766f7f0f611ebbc0cf1ba.tar.zst |
fleet/hosts/kaikou: add skeleton Gerrit config
Change-Id: Ibf68b5b4d7377ea5863315ffd5b6ed24c2874961
Diffstat (limited to 'fleet/modules')
-rw-r--r-- | fleet/modules/web.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fleet/modules/web.nix b/fleet/modules/web.nix index 709b1e4..97b67ca 100644 --- a/fleet/modules/web.nix +++ b/fleet/modules/web.nix @@ -28,6 +28,7 @@ header { Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" + # TODO(V): Consider relaxing this a bit. Disabling JavaScript is bound to result in subtle breakage. Content-Security-Policy "script-src 'none'; object-src 'none'" Permissions-Policy "interest-cohort=()" X-Clacks-Overhead "GNU Terry Pratchett" |