Skip to content

Commit

Permalink
change frame option to sameOrigin because of wicket ajax objects MID-…
Browse files Browse the repository at this point in the history
…5226 (MID-5216)
  • Loading branch information
skublik committed Apr 1, 2019
1 parent 4b2493d commit 8d5b6b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ protected void configure(HttpSecurity http) throws Exception {
}

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

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

0 comments on commit 8d5b6b2

Please sign in to comment.