commit b441ae4bf4ecefd26c976a903f95de3346477737 Author: Arlo Breault arlolra@gmail.com Date: Tue Apr 17 16:05:39 2018 -0400
Add an .htaccess file to unset X-Frame-Options --- proxy/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/proxy/static/.htaccess b/proxy/static/.htaccess new file mode 100644 index 0000000..ab8cfab --- /dev/null +++ b/proxy/static/.htaccess @@ -0,0 +1,3 @@ +<FilesMatch "embed.html|snowflake.js|modernizr.js|koch.jpg"> + Header always unset X-Frame-Options +</FilesMatch>
tor-commits@lists.torproject.org