Skip to content

Commit

Permalink
port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 7, 2024
1 parent 58c5498 commit ffb8ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public AuthenticationManager authenticationManagerBean() throws Exception {

@Override
protected void configure(HttpSecurity httpSecurity) throws Exception {
httpSecurity.requiresChannel().anyRequest().requiresSecure();
// httpSecurity.requiresChannel().anyRequest().requiresSecure();
// We don't need CSRF for this example
httpSecurity.csrf().disable()

Expand Down

0 comments on commit ffb8ef7

Please sign in to comment.