Do HTML5 iFrame Sandbox counts views?

橙三吉。 提交于 2019-12-14 04:11:16

问题


Does setting the html5 iframe sandbox attribute stop google analytics measuring page views, because the scripts is not allowed when sandbox is set?

<iframe id="iframe_auto" src="" scrolling="yes" sandbox=""></iframe>

回答1:


An empty sandbox attribute will not allow scripts to run so Google analytics will not run inside the iframe as it is 100% JavaScript dependent.



来源:https://stackoverflow.com/questions/11927519/do-html5-iframe-sandbox-counts-views

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!