gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: Fixing ACL issue discovered by me, u


From: gnunet
Subject: [taler-bank] branch master updated: Fixing ACL issue discovered by me, using fix as proposed by Florian.wq
Date: Mon, 12 Oct 2020 22:03:06 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 131ee67  Fixing ACL issue discovered by me, using fix as proposed by 
Florian.wq
131ee67 is described below

commit 131ee673a4e20ce0b7d9026959e3dae43c0aafc0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 12 22:02:20 2020 +0200

    Fixing ACL issue discovered by me, using fix as proposed by Florian.wq
---
 talerbank/app/views.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index f6d81ce..f61333a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -547,7 +547,6 @@ def config_view(request):
 
 @require_GET
 @allow_origin_star
-@login_via_headers
 def api_config(request):
     """
     Config query of the taler bank integration api
@@ -1057,7 +1056,6 @@ def withdraw_headless(request, user):
 
 @csrf_exempt
 @allow_origin_star
-@login_via_headers
 def api_withdraw_operation(request, withdraw_id):
     """
     Endpoint used by the browser and wallet to check withdraw status and

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]