mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
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:
parent
f64b6945e5
commit
77d322b275
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue