From 517794a93f7928f2ce497ec84b8c4c8dba8d6b99 Mon Sep 17 00:00:00 2001 From: "seer-by-sentry[bot]" <157164994+seer-by-sentry[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:12:37 +0000 Subject: [PATCH] feat: Enhance script source checks to include adform.net --- src/components/Gam.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Gam.tsx b/src/components/Gam.tsx index 99a89887..82f28319 100644 --- a/src/components/Gam.tsx +++ b/src/components/Gam.tsx @@ -71,7 +71,8 @@ export const GamScripts = () => ( source.includes('/media/native/') || source.includes('fuse.js') || source.includes('fuseplatform.net') || - source.includes('/nobid/blocking_script.js') + source.includes('/nobid/blocking_script.js') || + source.includes('adform.net') ) && ( (message && typeof message === 'string' && ( message.includes('contextWindow.parent') ||