wrong URL -.-
This commit is contained in:
@ -872,7 +872,7 @@ Note
|
||||
}
|
||||
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
|
||||
var mailtoRegex = new RegExp(/^mailto:/);
|
||||
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
|
||||
var filterRegex = new RegExp("https:\/\/drezil\.de");
|
||||
var isInternal = (href) => {
|
||||
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
|
||||
}
|
||||
|
Reference in New Issue
Block a user