Skip to content

Commit

Permalink
Merge branch 'fb-DSS-2776-X-Frame-Option-in-Doc-web' into 'main'
Browse files Browse the repository at this point in the history
DSS-2776: SignServer Doc exported from the new confluence doesn't work with X-Frame-Options = DENY

Closes DSS-2776

See merge request signserver/signserver!336
  • Loading branch information
mlundblad committed Apr 18, 2024
2 parents 5b6e332 + 5c1ada6 commit a035828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<filter-class>org.signserver.web.common.owasp.filters.ClickjackFilter</filter-class>
<init-param>
<param-name>mode</param-name>
<param-value>DENY</param-value>
<param-value>SAMEORIGIN</param-value>
</init-param>
</filter>
<filter>
Expand Down

0 comments on commit a035828

Please sign in to comment.