gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -allow escape


From: gnunet
Subject: [taler-exchange] branch master updated: -allow escape
Date: Sat, 28 Oct 2023 19:43:54 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 56dc5221 -allow escape
56dc5221 is described below

commit 56dc5221f587d33414bac531a09fa84e4169e9f8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 28 19:43:42 2023 +0200

    -allow escape
---
 src/util/payto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/payto.c b/src/util/payto.c
index 9b0e83e8..6b22a009 100644
--- a/src/util/payto.c
+++ b/src/util/payto.c
@@ -205,7 +205,7 @@ TALER_payto_validate (const char *payto_uri)
     /* This is more strict than RFC 8905, alas we do not need to support 
messages/instructions/etc.,
        and it is generally better to start with a narrow whitelist; we can be 
more permissive later ...*/
 #define ALLOWED_CHARACTERS \
-  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/:&?-.,=+"
+  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/:&?-.,=+%"
     if (NULL == strchr (ALLOWED_CHARACTERS,
                         (int) payto_uri[i]))
     {

-- 
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]