Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 9, 2023
2 parents b5c36b3 + 5183b77 commit dbaa923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gui/admin-gui/src/frontend/scss/wicket.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ div.wicket-aa-container {
margin: 1px;
text-align: left;
display: inline-block;
min-width: 100%;

ul {
list-style: none;
Expand Down
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 dbaa923

Please sign in to comment.