We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7c234 commit 99ea9d3Copy full SHA for 99ea9d3
1 file changed
hub-backend/src/main/java/consulo/hub/backend/BackendSecurity.java
@@ -258,7 +258,7 @@ public OAuth2ClientCredentialsAuthenticationProvider postProcess(OAuth2ClientCre
258
registry.requestMatchers("/**").denyAll();
259
});
260
261
- http.csrf(AbstractHttpConfigurer::disable);
+ http.csrf(c -> c.ignoringRequestMatchers("/**"));
262
263
return http.build();
264
}
0 commit comments