79732902

Date: 2025-08-12 08:50:26
Score: 1
Natty:
Report link

try to add follow to the HttpSecurity configuring:

            http
                .authorizeHttpRequests(auth -> auth
                         .csrf(csrf -> csrf.disable())
                       //...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vitaliiH