[blogs-web/oscp] Also land an header for X-Frame-Options



commit 9e48a90625dc157ac23fc71571b669c7807e3537
Author: Andrea Veri <av gnome org>
Date:   Mon Jul 15 12:08:36 2019 +0000

    Also land an header for X-Frame-Options

 blogs.gnome.org.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/blogs.gnome.org.conf b/blogs.gnome.org.conf
index 8ba0ed7..c0eb3d9 100644
--- a/blogs.gnome.org.conf
+++ b/blogs.gnome.org.conf
@@ -45,7 +45,8 @@
 </Directory>
 
 <Location "/guadecregistration">
-    Header set Access-Control-Allow-Origin "https://2019.guadec.org";
+    Header set Access-Control-Allow-Origin "https://2019.guadec.org/";
+    Header set X-Frame-Options ALLOW-FROM https://2019.guadec.org/
 </Location>
 
 <LocationMatch "^/.well-known/acme-challenge">


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