gpt4 book ai didi

javascript - 删除 Iframe 中的 POP

转载 作者:行者123 更新时间:2023-12-03 04:34:31 24 4
gpt4 key购买 nike

当我在网站中放置一个 Iframe(包含视频)时,当有人点击包含视频的 Iframe 时,会显示弹出广告。我如何禁用它或删除它并获得一个干净的 Iframe 而不会弹出广告我已经尝试过这个 How to block pop-up coming from iframe?

最佳答案

您可以对 iframe 进行沙箱处理:

<iframe src="pageURL" sandbox="allow-forms allow-pointer-lock allow-same-origin allow-scripts allow-top-navigation"></iframe>

这不包括会阻止弹出窗口的allow-popups

关于javascript - 删除 Iframe 中的 POP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43353540/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com