Skip to content

Commit

Permalink
Changing URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Sep 30, 2024
1 parent a89265a commit 073766e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static bool IsOrchardPage(UITestContext context)
path.StartsWithOrdinalIgnoreCase("/Register") ||
path.StartsWithOrdinalIgnoreCase("/Login") ||
path.StartsWithOrdinalIgnoreCase("/ChangePassword") ||
path.StartsWithOrdinalIgnoreCase("/ExternalLogins") ||
path.StartsWithOrdinalIgnoreCase("/ExternalAuthentications") ||
context.IsSetupPage();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
newRisk: False Positive
parameter: ''
parameterRegex: false
url: .*/(ChangePassword|Account/LinkLogin|Account/ExternalLogin|Users/LogOff|api/content).*
url: .*/(ChangePassword|ExternalAuthentication/LinkExternalLogin|ExternalAuthentication/ExternalLogin|Users/LogOff|api/content).*
urlRegex: true
attack: ''
attackRegex: false
Expand Down

0 comments on commit 073766e

Please sign in to comment.