I\'m writing a tiny webpage whose purpose is to frame a few other pages, simply to consolidate them into a single browser window for ease of viewing. A few of the pages I\'
I was using Tomcat 8.0.30, none of the suggestions worked for me. As we are looking to update the X-Frame-Options
and set it to ALLOW
, here is how I configured to allow embed iframes:
httpHeaderSecurity
org.apache.catalina.filters.HttpHeaderSecurityFilter
hstsEnabled
true
antiClickJackingEnabled
true
antiClickJackingOption
ALLOW-FROM
true
httpHeaderSecurity
/*
REQUEST