Skip to content

Commit

Permalink
MID-5216
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 20, 2019
1 parent c1c2846 commit a8d915b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -155,6 +155,7 @@ protected void configure(HttpSecurity http) throws Exception {
}

http.headers().disable();
http.headers().frameOptions().deny();

if (Arrays.stream(environment.getActiveProfiles()).anyMatch(p -> p.equalsIgnoreCase("cas"))) {
http.addFilterAt(casFilter(), CasAuthenticationFilter.class);
Expand Down

0 comments on commit a8d915b

Please sign in to comment.