diff --git a/src/components/Gam.tsx b/src/components/Gam.tsx index 99a89887..0e5276cf 100644 --- a/src/components/Gam.tsx +++ b/src/components/Gam.tsx @@ -42,13 +42,13 @@ export function GamOnPageChange() { try { window.fusetag.pageInit() } catch (error) { - // Suppress cross-origin errors from Publift Fuse ad viewability measurement + // Suppress cross-origin errors from ad network scripts (Publift Fuse, Adform, etc.) // These can occur on iOS Safari due to strict Same-Origin Policy enforcement console.debug('Error during fusetag.pageInit():', error) } }) } catch (error) { - // Suppress cross-origin errors from Publift Fuse ad viewability measurement + // Suppress cross-origin errors from ad network scripts console.debug('Error calling fusetag.que.push():', error) } } @@ -58,20 +58,21 @@ export const GamScripts = () => (