Skip to content

Commit

Permalink
chore: remove allow credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Eberl committed Jun 29, 2021
1 parent be9deae commit ce99dcf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public void addResourceHandlers(ResourceHandlerRegistry registry) {
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("*")
.allowedMethods("*")
.allowCredentials(true);
.allowedMethods("*");
}
}

0 comments on commit ce99dcf

Please sign in to comment.