[tor-commits] [snowflake/master] Only unset the header for the page being rendered

arlo at torproject.org arlo at torproject.org
Tue Apr 17 20:43:34 UTC 2018


commit 433a47fdf7c272493b2183e63a7d0ee811a0b12c
Author: Arlo Breault <arlolra at gmail.com>
Date:   Tue Apr 17 16:43:01 2018 -0400

    Only unset the header for the page being rendered
---
 proxy/static/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/static/.htaccess b/proxy/static/.htaccess
index ab8cfab..f733194 100644
--- a/proxy/static/.htaccess
+++ b/proxy/static/.htaccess
@@ -1,3 +1,3 @@
-<FilesMatch "embed\.html|snowflake\.js|modernizr\.js|koch\.jpg">
+<Files "embed.html">
     Header always unset X-Frame-Options
-</FilesMatch>
+</Files>



More information about the tor-commits mailing list