chore: Remove Feature-Policy header from KEEP_UPSTREAM_HEADERS

The code changes in plugin.json remove the Feature-Policy header from the KEEP_UPSTREAM_HEADERS configuration. This header is no longer needed and can be safely removed. This commit ensures that only the necessary headers are kept from upstream, improving the efficiency of the application.
This commit is contained in:
Théophile Diot 2024-06-25 11:53:59 +01:00
parent f64b6945e5
commit 77d322b275
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -26,7 +26,7 @@
},
"KEEP_UPSTREAM_HEADERS": {
"context": "multisite",
"default": "Content-Security-Policy Permissions-Policy Feature-Policy X-Frame-Options",
"default": "Content-Security-Policy Permissions-Policy X-Frame-Options",
"help": "Headers to keep from upstream (Header1 Header2 Header3 ... or * for all).",
"id": "keep-upstream-headers",
"label": "Keep upstream headers",