Skip to content

Commit

Permalink
h2-consle にアクセスするために自動設定を無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihane committed Jul 12, 2019
1 parent 15e7b26 commit d4b449b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,5 +9,7 @@ public class MyWebSecConfig extends WebSecurityConfigurerAdapter {

@Override
protected void configure(final HttpSecurity http) throws Exception {
http.csrf().disable();
http.headers().frameOptions().disable();
}
}

0 comments on commit d4b449b

Please sign in to comment.