From 6171dcbe5109d7accbf44f19c20c9f4a0ee5e06f Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 5 May 2024 13:47:22 +0200 Subject: [feature] Add HTTP header permission section to frontend (#2893) * [feature] Add HTTP header filter section to frontend * tweak naming a bit --- example/config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml index b5e0fe57f..6ef9f7a6c 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1090,6 +1090,8 @@ advanced-csp-extra-uris: [] # # "allow" -- only requests that are explicitly allowed by header filters # will be accepted (unless they are also explicitly blocked). +# This mode is considered experimental and will almost certainly +# break access to your instance unless you are very careful. # # "" -- request header filtering disabled. # -- cgit v1.2.3