Manual bypass doesn't always work #12
Labels
No Label
Browser: Chromium
Browser: Firefox
Bug Report
Completed
Documentation
Enhancement
Feature Request
Not Implemented
Packaging
Progress Tracker
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Holllo/re-nav#12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the manual bypass checks for full string equality,
http://example.org
andhttps://example.org
are different. This makes the manual bypass not always work because the navigate event is comparing different strings. Same happens withexample.org
andwww.example.org
.Added extra checks for
https?
andwww.
inbb806cb561
.