Fix a bunch of open redirect (#4575)

This commit is contained in:
Nicolas Dorier
2023-02-02 09:42:58 +09:00
committed by GitHub
parent e4f256d5cd
commit f2ced20c42
15 changed files with 37 additions and 24 deletions

View File

@@ -203,7 +203,6 @@ namespace BTCPayServer.Tests
{
var isImport = !string.IsNullOrEmpty(seed);
GoToWalletSettings(cryptoCode);
// Replace previous wallet case
if (Driver.PageSource.Contains("id=\"ChangeWalletLink\""))
{