Skip to content

Commit d583499

Browse files
praseodymjricher
authored andcommitted
Add X-Frame-Options header
1 parent effe955 commit d583499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openid-connect-server-webapp/src/main/webapp/WEB-INF/user-context.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<security:logout logout-url="/logout" />
4949
<security:anonymous />
5050
<security:expression-handler ref="oauthWebExpressionHandler" />
51+
<security:headers>
52+
<security:frame-options policy="DENY" />
53+
</security:headers>
5154
</security:http>
5255

5356
</beans>

0 commit comments

Comments
 (0)