I'm using 1.6.29.7-3343 for css and images with Apache 2.2.15 (Unix) on RHEL 6. My pagespeed.conf config is here: https://gist.github.com/jhirbour/a66b0efe58c8d109b90e
As part of our PCI our compliance company says we're supposed to add the following to all served content on our site.
X-Frame-Options: DENY
I've added this to httpd.conf and it works for html/php pages.
Header always append X-Frame-Options DENY
So here's the problem mod_pagespeed seems to strip all http headers and I can't seem to find a way to add this header in (or to tell it NOT to strip it out (since apache is adding it).
Is this something I can fix with MOD_PAGESPEED_OUTPUT_FILTER ?
I DID find this: https://github.com/pagespeed/ngx_pagespeed/issues/612 which looks sort of related (at least to the internals of how mod_pagespeed might work)