From b3b8671bbaf8f69b9e420899c0af15c297ee333b Mon Sep 17 00:00:00 2001 From: Liam Potter Date: Mon, 25 Aug 2025 00:20:23 +0100 Subject: [PATCH] add's URL to allowed globals list --- src/scope-locals.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scope-locals.ts b/src/scope-locals.ts index b710430..35daf37 100644 --- a/src/scope-locals.ts +++ b/src/scope-locals.ts @@ -46,6 +46,7 @@ export const ALLOWED_GLOBALS = new Set([ // WHATWG 'localStorage', 'sessionStorage', + 'URL', // //////////////// // functions / utilities // ////////////////