no bcgen domain
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-07-08 11:16:55 +02:00
parent e1edce4da0
commit 10d3bbefa4
2 changed files with 32 additions and 2 deletions

View file

@ -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 } {