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
Instead of hard-coding /console in SecurityConfig and ContentSecurityPolicyHeaderWriter we can inject H2ConsoleProperties class and obtain a path with H2ConsoleProperties.getPath() method. See example in org.springframework.boot.autoconfigure.security.servlet.PathRequest
Instead of hard-coding
/console
inSecurityConfig
andContentSecurityPolicyHeaderWriter
we can injectH2ConsoleProperties
class and obtain a path withH2ConsoleProperties.getPath()
method. See example inorg.springframework.boot.autoconfigure.security.servlet.PathRequest
Tech debt for #869
The text was updated successfully, but these errors were encountered: