We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2d7ec commit 6a825a6Copy full SHA for 6a825a6
src/main/java/ru/mystamps/web/support/spring/security/SecurityConfig.java
@@ -157,9 +157,10 @@ protected void configure(HttpSecurity http) throws Exception {
157
.csrf(csrf -> csrf
158
.ignoringAntMatchers(pathsToIgnore)
159
)
160
- .rememberMe()
+ .rememberMe(rememberMe -> rememberMe
161
// FIXME: GH #27
162
.disable()
163
+ )
164
.headers()
165
.defaultsDisabled() // FIXME
166
// @todo #1161 Add Feature-Policy header
0 commit comments