parent
e1edce4da0
commit
10d3bbefa4
2 changed files with 32 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const internalHosts = new Set(["familyfed.ie", "www.familyfed.ie", "familyfed.bcgen.ie"]);
|
||||
const internalHosts = new Set(["familyfed.ie"]);
|
||||
const ignoredProtocolPattern = /^(?:mailto|tel|javascript|data|blob):/i;
|
||||
|
||||
function splitSuffix(value: string): { pathname: string; suffix: string } {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue