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
In order to allow submission to the HSTS preload list the "preload" attribute must be set. This is currently not supported by the org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.HstsConfig or org.springframework.security.web.header.writers.HstsHeaderWriter classes.
It'd be great to add support for this to make this process easier.
The text was updated successfully, but these errors were encountered:
Summary
In order to allow submission to the HSTS preload list the "preload" attribute must be set. This is currently not supported by the
org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.HstsConfig
ororg.springframework.security.web.header.writers.HstsHeaderWriter
classes.It'd be great to add support for this to make this process easier.
The text was updated successfully, but these errors were encountered: