Hi @ete,
It appears that File Security → Frames → Enable iFrame Protection is enabled. Could this be causing the issue? At present, it is not possible to disable this setting for specific services such as Google Tag Manager.
Could you please clarify the exact issue you are experiencing? Does Google Tag Manager need to be displayed within an iframe on your site?
Regards
Thread Starter
ete
(@ete)
Hi,
Yes, exactly. iFrame protection is turned on and I would like to keep it globally turned on but adding the Google Tag Manager iframe as an exclusion to the protection rule.
Google Tag Manager deployment setup incorporates 2 layers, the 2nd layer is an iframe that is added after the opening <body> that goes like this:
<!– Google Tag Manager (noscript) –>
<noscript><iframe src=”https://www.googletagmanager.com/ns.html?id=GTM-XXXXX69″
height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe></noscript>
<!– End Google Tag Manager (noscript) –>
Hi @ete
AIOS iFrame protection applies only to your site’s content. It prevents other websites from displaying your site within an iframe.
The Google Tag Manager code loads content from googletagmanager.com and should not be affected by the AIOS setting. It should work as expected, but please let me know if you encounter any issues.
Regards
Thread Starter
ete
(@ete)
Thank you for the clarification about the iframe protection.