[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: add gnunet.org to al
From: |
Admin |
Subject: |
[taler-deployment] branch master updated: buildbot: add gnunet.org to allowed origins |
Date: |
Sun, 09 Feb 2025 14:51:08 +0100 |
This is an automated email from the git hooks/post-receive script.
dvn pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 8cf623e buildbot: add gnunet.org to allowed origins
8cf623e is described below
commit 8cf623e54015cb17f9bcf97ec2412a43a2773b44
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Feb 9 14:50:04 2025 +0100
buildbot: add gnunet.org to allowed origins
this may be a source of some issues
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9f72022..25450c3 100644
--- 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": [],
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: add gnunet.org to allowed origins,
Admin <=