gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix #7164: firefox back butto


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix #7164: firefox back button after a 402 redirect
Date: Mon, 21 Mar 2022 13:40:29 +0100

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 88bb9436 fix #7164: firefox back button after a 402 redirect
88bb9436 is described below

commit 88bb94367263494a1ff9b8bf66100b96e0549985
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Mar 21 09:40:15 2022 -0300

    fix #7164: firefox back button after a 402 redirect
---
 packages/taler-wallet-webextension/src/wxBackend.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/wxBackend.ts 
b/packages/taler-wallet-webextension/src/wxBackend.ts
index 64373514..e158d294 100644
--- a/packages/taler-wallet-webextension/src/wxBackend.ts
+++ b/packages/taler-wallet-webextension/src/wxBackend.ts
@@ -233,7 +233,7 @@ function makeSyncWalletRedirect(
     const tab = await getTab(tabId);
     if (tab.url === oldUrl) {
       console.log("redirecting to", innerUrl.href);
-      chrome.tabs.update(tabId, { url: innerUrl.href });
+      chrome.tabs.update(tabId, { url: innerUrl.href, loadReplace: true } as 
any);
     }
   };
   doit();

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