mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 02:57:20 +00:00
oops
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
abd5b15588
commit
089d7a7b65
1 changed files with 0 additions and 1 deletions
|
@ -648,7 +648,6 @@ export function getUrlsInString(str: string, onlyUnique = false): MatchedURL[] {
|
|||
return urls;
|
||||
}
|
||||
|
||||
//let hostname = matchUrl.hostname.endsWith(".") ? matchUrl.hostname.slice(0, -1) : matchUrl.hostname;
|
||||
let hostname = matchUrl.hostname.toLowerCase();
|
||||
|
||||
if (hostname.length > 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue