You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added Permissions-Policy header as an opt-in header & default value
- updated documentation with Permissions-Policy and resources
- updated tests to include Permissions-Policy
- SecurityHeaders and Permissions-Policy may be configured globally / per route
- updated structure of public methods and class members to match previous version structure
Fixesgh-2975
Signed-off-by: Jörg Richter <[email protected]>
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/gatewayfilter-factories/secureheaders-factory.adoc
+80-3
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,87 @@ The following properties are available:
29
29
To disable the default values set the `spring.cloud.gateway.filter.secure-headers.disable` property with comma-separated values.
NOTE: You can check the Permissions Policy feature list for Chrome with https://developer.chrome.com/docs/privacy-security/permissions-policy#chrome_devtools_integration[DevTool Integration].
114
+
115
+
When you configure the header value for your environment, make sure to check the browser console for syntax errors.
0 commit comments