Skip to content
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

Fix description of UserSecurityReport #45

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

madmatt
Copy link
Member

@madmatt madmatt commented Apr 27, 2020

Fix https domains from being mis-labelled in the report.

Previously, https://example.com would show as sexample.com (because http would be stripped, then :// would be stripped, leaving only s from the protocol).

Test case Previous result New result
http://example.com example.com example.com
https://example.com sexample.com example.com

Fix https domains from being mis-labelled in the report.

Previously, https://example.com would show as sexample.com (because `http` would be stripped, then `://` would be stripped, leaving only `s` from the protocol).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants