我有一个网站,其中嵌入了几个 YouTube 视频,如下所示:
<iframe src="https://www.youtube.com/embed/UfvceH03iAc?origin=https://braintool.org" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Run Code Online (Sandbox Code Playgroud)
在我的控制台中,我收到大量如下错误:
无法加载资源:net::ERR_BLOCKED_BY_CLIENT
来自 googleads.g.doubleclick.net
我假设错误是从 iframe 内部抛出的,所以也许它超出了我的控制范围,但我不喜欢在控制台上看到所有的红色!快速谷歌没有显示任何明显的东西。关于如何解决有什么想法吗?
谢谢