Skip to content

Commit

Permalink
Security: Disable midPoint embedding in iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Oct 9, 2023
1 parent 676fcd0 commit 5183b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ protected void configure(HttpSecurity http) throws Exception {
}

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

protected AnonymousAuthenticationFilter createAnonymousFilter(Map<Class<?>, Object> sharedObjects) {
Expand Down

0 comments on commit 5183b77

Please sign in to comment.