taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8cf623e54015cb17f9bcf97ec2412a43a2773b44
parent b28fe4af00bbde47505082c745bfcdaff1e6bbae
Author: Devan Carpenter <devan@taler.net>
Date:   Sun,  9 Feb 2025 14:50:04 +0100

buildbot: add gnunet.org to allowed origins

this may be a source of some issues

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1411,6 +1411,6 @@ c["www"] = { "grid_view": True, }, "auth": util.UserPasswordAuth([('admin',www_pass)]), - "allowed_origins": ["https://*.taler.net"], + "allowed_origins": ["https://*.taler.net","https://*.gnunet.org"], "avatar_methods": [], }