-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-6413] Add http loophole for localhost #9236
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9236 +/- ##
=======================================
Coverage 28.78% 28.79%
=======================================
Files 2503 2503
Lines 72855 72857 +2
Branches 13581 13583 +2
=======================================
+ Hits 20970 20976 +6
+ Misses 50274 50272 -2
+ Partials 1611 1609 -2 ☔ View full report in Codecov by Sentry. |
No New Or Fixed Issues Found |
libs/common/src/platform/services/fido2/fido2-client.service.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid from my side.
Fixes #6882
Type of change
Objective
Check if hostname is
localhost
and skiphttps
requirement.Before you submit