Skip to content
Snippets Groups Projects
Commit ffc59395 authored by Mike McKay's avatar Mike McKay
Browse files

Fixed iframes.

parent 2bb8e316
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,10 @@
<security:custom-filter position="CONCURRENT_SESSION_FILTER" ref="concurrencyFilter" />
<security:custom-filter position="LOGOUT_FILTER" ref="logoutFilter" />
<security:session-management session-authentication-strategy-ref="sas"/>
<security:headers>
<security:frame-options policy="SAMEORIGIN" />
<security:hsts disabled="true"/>
</security:headers>
</security:http>
<bean class="org.nrg.xnat.security.FilterSecurityInterceptorBeanPostProcessor">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment