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
ContentSecurityPolicyHeaderWriter and SecurityConfig use hasH2Console variable (or constructor argument) while the is a variable with a path to H2 console. We don't need 2 variables as we have H2 console when its path isn't null. I suggest to remove hasH2Console flag from constructors at least.
ContentSecurityPolicyHeaderWriter
andSecurityConfig
usehasH2Console
variable (or constructor argument) while the is a variable with a path to H2 console. We don't need 2 variables as we have H2 console when its path isn'tnull
. I suggest to removehasH2Console
flag from constructors at least.Tech debt for: 13657e0 (#1269, #1306)
The text was updated successfully, but these errors were encountered: