Domain is incorrectly parsed for some websites
Closed this issue · 1 comments
BartoszKlonowski commented
There are cases, when a website has it's domain parsed and hence displayed incorrectly.
For example:
- https://stackoverflow.com/questions is
ackoverflow.com
- https://www.typescriptlang.org/docs/ is
ypescriptlang.org
So it looks like the letters that are part of "https" (so h
, t
, p
, s
) are also omitted when parsing URL.
It seems to be an issue with the regex used for this.
BartoszKlonowski commented
This issue is still valid for websites that starts with "w" character.