From b441ae4bf4ecefd26c976a903f95de3346477737 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Tue, 17 Apr 2018 16:05:39 -0400 Subject: [PATCH] Add an .htaccess file to unset X-Frame-Options --- proxy/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 proxy/static/.htaccess 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 @@ + + Header always unset X-Frame-Options +