feat: adds some headers for fun

This commit is contained in:
Ahwx 2025-01-08 18:33:36 +01:00
parent c8c95c1f0f
commit 22649ec4e0

View file

@ -24,6 +24,12 @@
# Hardened TLS and HSTS preloading # Hardened TLS and HSTS preloading
appendHttpConfig = '' appendHttpConfig = ''
# Most important header
add_header meow "nya!";
add_header pronouns "any but neopronouns";
add_header gender "maybe";
add_header locale "[en_US, nl_NL]";
# Add HSTS header with preloading to HTTPS requests. # Add HSTS header with preloading to HTTPS requests.
# Do not add HSTS header to HTTP requests. # Do not add HSTS header to HTTP requests.
map $scheme $hsts_header { map $scheme $hsts_header {