Manual bypass doesn't always work #12

Closed
opened 2022-11-15 11:20:37 +00:00 by Bauke · 1 comment
Owner

Since the manual bypass checks for full string equality, http://example.org and https://example.org are different. This makes the manual bypass not always work because the navigate event is comparing different strings. Same happens with example.org and www.example.org.

Since the manual bypass checks for full string equality, `http://example.org` and `https://example.org` are different. This makes the manual bypass not always work because the navigate event is comparing different strings. Same happens with `example.org` and `www.example.org`.
Bauke added the
Bug Report
label 2022-11-15 11:20:37 +00:00
Bauke added this to the Version 0.3.0 milestone 2022-11-15 11:57:58 +00:00
Bauke self-assigned this 2022-11-21 12:47:26 +00:00
Author
Owner

Added extra checks for https? and www. in bb806cb561.

Added extra checks for `https?` and `www.` in bb806cb5615b866d15fcfe4cbb0e60df7f7f38f6.
Bauke closed this issue 2022-11-21 15:05:23 +00:00
Bauke added the
Completed
label 2022-11-21 15:05:41 +00:00
Sign in to join this conversation.
No description provided.