Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
annaojdowska committed Dec 2, 2018
1 parent 70ae474 commit 4ff0269
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ protected void configure(HttpSecurity http) throws Exception {
.and()
.authorizeRequests()
.anyRequest()
.permitAll();
//.and().csrf().disable();
//.csrfTokenRepository(CookieCsrfTokenRepository.withHttpOnlyFalse());
.permitAll()
.and().csrf().disable();
}
}

Expand Down

0 comments on commit 4ff0269

Please sign in to comment.