gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: URL.protocol return with a co


From: gnunet
Subject: [taler-wallet-core] branch master updated: URL.protocol return with a colon at the end
Date: Fri, 05 May 2023 18:21:06 +0200

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new a0bf83fbb URL.protocol return with a colon at the end
a0bf83fbb is described below

commit a0bf83fbb5db026389cc7d203adcff050d5a1b28
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri May 5 13:20:27 2023 -0300

    URL.protocol return with a colon at the end
---
 packages/taler-util/src/http-impl.qtart.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/http-impl.qtart.ts 
b/packages/taler-util/src/http-impl.qtart.ts
index 3a963b35a..3e076e96d 100644
--- a/packages/taler-util/src/http-impl.qtart.ts
+++ b/packages/taler-util/src/http-impl.qtart.ts
@@ -72,7 +72,7 @@ export class HttpLibImpl implements HttpRequestLibrary {
         `request to origin ${parsedUrl.origin} was throttled`,
       );
     }
-    if (!this.allowHttp && parsedUrl.protocol !== "https") {
+    if (!this.allowHttp && parsedUrl.protocol !== "https:") {
       throw TalerError.fromDetail(
         TalerErrorCode.WALLET_NETWORK_ERROR,
         {

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