-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser feature: Add omit WWW subdomain group option #7988
Browser feature: Add omit WWW subdomain group option #7988
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7988 +/- ##
===========================================
+ Coverage 64.40% 64.47% +0.07%
===========================================
Files 339 339
Lines 43682 43696 +14
===========================================
+ Hits 28131 28170 +39
+ Misses 15551 15526 -25 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
8d3509b
to
9b0cbbb
Compare
I want to test this with the browser but the code looks good! |
f8cae7d
to
7a6a3c9
Compare
Thankfully we have robust tests cause you made a couple copy/paste errors in the sortPriority function! All fixed now. |
@droidmonkey Oops. Thanks! |
Adds a new group option "Omit WWW subdomain from matching" that ignores the common subdomain from all entries during matching.
This option is also useful when importing credentials from other password managers.
Testing strategy
Manually + automatic tests added.
Type of change