wrong URL -.-
This commit is contained in:
2
dist/Coding/Haskell/Lenses.html
vendored
2
dist/Coding/Haskell/Lenses.html
vendored
@ -1192,7 +1192,7 @@ Ausschnitt</p>
|
||||
}
|
||||
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