Add an .htaccess file to unset X-Frame-Options

This commit is contained in:
Arlo Breault 2018-04-17 16:05:39 -04:00
parent 947636ae81
commit b441ae4bf4

3
proxy/static/.htaccess Normal file
View file

@ -0,0 +1,3 @@
<FilesMatch "embed\.html|snowflake\.js|modernizr\.js|koch\.jpg">
Header always unset X-Frame-Options
</FilesMatch>