removing config for cache

This commit is contained in:
Maria Haider 2025-02-27 17:36:04 +01:00
parent 9c6aabc76c
commit 52a8a16994
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ frontend {{ site_name }}
option forwardfor
http-request set-header X-Forwarded-Proto https
{{ web_security_options(['no_frames', 'block_xss', 'hsts', 'no_sniff', 'no_cache']) }}
{{ web_security_options(['no_frames', 'block_xss', 'hsts', 'no_sniff']) }}
{{ csp(["default-src " + [csp_app_src]|join(' '),
"script-src " + [csp_script_src]|join(' '),

View file

@ -12,7 +12,7 @@ frontend {{ site_name }}
option forwardfor
http-request set-header X-Forwarded-Proto https
{{ web_security_options(['no_frames', 'block_xss', 'hsts', 'no_sniff', 'no_cache']) }}
{{ web_security_options(['no_frames', 'block_xss', 'hsts', 'no_sniff']) }}
{{ csp(["default-src " + [csp_app_src]|join(' '),
"script-src " + [csp_script_src]|join(' '),