From 0d9ce4819c2b87f3d44a2c36672d479bd03ad026 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 28 May 2017 13:42:45 -0500 Subject: [PATCH] Add _headers file for cross-origin issues with SVGs --- static/_headers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/_headers diff --git a/static/_headers b/static/_headers new file mode 100644 index 000000000..1216e42d4 --- /dev/null +++ b/static/_headers @@ -0,0 +1,5 @@ +/* + X-Frame-Options: DENY + X-XSS-Protection: 1; mode=block + X-Content-Type-Options: nosniff + Referrer-Policy: origin-when-cross-origin