-
Notifications
You must be signed in to change notification settings - Fork 60
Fix about:XXX support in Firefox #198
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
Conversation
erayd
left a comment
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 good. We may need a validity check to prevent invalid.invalid from displaying in the anti-phishing filter; normally on an about: page we want to see the entire store.
|
@erayd I'll try to resolve conflicts later today, let's finalize this pr and release a new version, with updated deps and these Firefox fixes? |
|
Sounds good :-). |
Just checked, Chrome parses URLs like In other words, when things are normal, users should never see |
174f438 to
fa686b3
Compare
erayd
left a comment
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.
I'm happy with this, but if invalid.invalid ever actually shows up in a real-world scenario, then I think we will need to fix it. It's a bit of a rough edge to expose to users. However, if they never see it, then I don't think we need to worry about it.
An alternative to #192
Fixes #191