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

17 Apr
2018
17 Apr
'18
8:06 p.m.
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>
2610
Age (days ago)
2610
Last active (days ago)
0 comments
1 participants
participants (1)
-
arlo@torproject.org