diff --git a/host_vars/gabriel.c3heaven.de b/host_vars/gabriel.c3heaven.de
index 81a601776ccc57fafbeffc5a4affcf3b44a4e7c9..cb6e5454a0039fc992759249c51b4ded402c8771 100644
--- a/host_vars/gabriel.c3heaven.de
+++ b/host_vars/gabriel.c3heaven.de
@@ -18,6 +18,10 @@ nginx_https_sites:
    locations:
     - location: "/"
       config: "root {{ website_deployment_path }};"
+    - location "/img/"
+      config: "add_header Access-Control-Allow-Origin *;"
+    - location "~ /(.*)_galf_tseuq.html$"
+      config: "add_header Access-Control-Allow-Origin *;"
     - location: "~ /wiki(.*)$"
       config: "return 301 https://wiki.c3heaven.de$1?$args;"
     - location: "~ /kanboard(.*)$"