gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -work on #6948


From: gnunet
Subject: [taler-merchant] branch master updated: -work on #6948
Date: Mon, 02 Aug 2021 19:49:26 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 773449e6 -work on #6948
773449e6 is described below

commit 773449e6e7ac2b6887199a635bd7b52d98350b50
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 2 19:49:24 2021 +0200

    -work on #6948
---
 src/backend/taler-merchant-httpd_helper.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_helper.c 
b/src/backend/taler-merchant-httpd_helper.c
index 266c5bab..4d9c8d5c 100644
--- a/src/backend/taler-merchant-httpd_helper.c
+++ b/src/backend/taler-merchant-httpd_helper.c
@@ -118,6 +118,8 @@ TMH_image_data_url_valid (const char *image_data_url)
   if (NULL == strstr (image_data_url,
                       ";base64,"))
     return false;
+  if (! TALER_url_valid_charset (image_data_url))
+    return false;
   // FIXME: write generic URI syntax validation */
   return true;
 }

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