gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: make headless registrat


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: make headless registration csrf exempt
Date: Sun, 21 Jul 2019 23:59:22 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new d1c69ce  make headless registration csrf exempt
d1c69ce is described below

commit d1c69ce898ac689ca39b15f4f906f5e85ba03c68
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jul 21 23:59:16 2019 +0200

    make headless registration csrf exempt
---
 talerbank/app/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index dbf8940..5781976 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -450,6 +450,7 @@ def internal_register(request):
 # @param request Django-specific HTTP request object.
 # @return Django-specific HTTP response object.
 @require_POST
+@csrf_exempt
 def register_headless(request):
     
     try:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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