[blogs-web/oscp] Land CORS for the GUADEC Registration blog



commit aeb034bafa3f384d37c542c45301a9cfb5708c7d
Author: Andrea Veri <av gnome org>
Date:   Mon Jul 15 11:15:46 2019 +0000

    Land CORS for the GUADEC Registration blog

 blogs.gnome.org.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/blogs.gnome.org.conf b/blogs.gnome.org.conf
index 9bf51c9..8ba0ed7 100644
--- a/blogs.gnome.org.conf
+++ b/blogs.gnome.org.conf
@@ -44,6 +44,10 @@
     </FilesMatch>
 </Directory>
 
+<Location "/guadecregistration">
+    Header set Access-Control-Allow-Origin "https://2019.guadec.org";
+</Location>
+
 <LocationMatch "^/.well-known/acme-challenge">
   RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
 </LocationMatch>


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