gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: missing plus sign for image data


From: gnunet
Subject: [taler-exchange] branch master updated: missing plus sign for image data uris
Date: Fri, 20 May 2022 15:10:07 +0200

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

sebasjm pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 68b155aa missing plus sign for image data uris
68b155aa is described below

commit 68b155aab5b7eeb909314007cd23bc5a551aa9b5
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri May 20 10:08:56 2022 -0300

    missing plus sign for image data uris
---
 src/util/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/url.c b/src/util/url.c
index a76d2f88..a140a3a2 100644
--- a/src/util/url.c
+++ b/src/util/url.c
@@ -322,7 +322,7 @@ TALER_url_valid_charset (const char *url)
   for (unsigned int i = 0; '\0' != url[i]; i++)
   {
 #define ALLOWED_CHARACTERS \
-  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/:;&?-.,=_~%"
+  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/:;&?-.,=_~%+"
     if (NULL == strchr (ALLOWED_CHARACTERS,
                         (int) url[i]))
       return false;

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