[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [snowflake/master] Add an .htaccess file to unset X-Frame-Options



commit b441ae4bf4ecefd26c976a903f95de3346477737
Author: Arlo Breault <arlolra@xxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits