[gimp-web/oscp] CSP: allow gitlab.gnome.org as a form-action target



commit 9a6c1644c738d42aab929aa3f8eca7a5864957d7
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Jun 13 19:21:57 2020 +0200

    CSP: allow gitlab.gnome.org as a form-action target

 www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf 
b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
index 129ca775..9e4755f7 100644
--- a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
+++ b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
@@ -46,7 +46,7 @@ m; \
              object-src 'none'; \
              media-src 'self' https://download.gimp.org https://www.mirrorservice.org; \
              base-uri 'self'; \
-             form-action 'self' https://www.paypal.com; \
+             form-action 'self' https://www.paypal.com https://gitlab.gnome.org; \
              frame-ancestors 'self'; \
              "
     Header always set \


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