commit 433a47fdf7c272493b2183e63a7d0ee811a0b12c Author: Arlo Breault arlolra@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>
tor-commits@lists.torproject.org