Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/OFFI-135
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Oct 7, 2024
2 parents c9b2ace + a533c0b commit f0989db
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("/ExternalLogin") ||
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|ExternalAuthentications/LinkExternalLogin|ExternalAuthentications/ExternalLogin|Users/LogOff|api/content).*
urlRegex: true
attack: ''
attackRegex: false
Expand Down

0 comments on commit f0989db

Please sign in to comment.