如何防止 google 广告显示控制台消息或未捕获的错误

How to prevent google ads from displaying console messages or uncaught errors

有没有办法阻止 google 广告脚本显示任何控制台消息?

(也在他们的第三方脚本中 运行)

我担心的是,有时我会看到如下消息,例如加载大型对象和未捕获的错误,这些错误最终可能会减慢客户端速度

局部真的失控了:

这并不完美,但在我的情况下似乎非常有效(所有页面都是 SSL)并且还可以防止由 google 广告第三方插件脚本引起的 SSL 混合模式消息...

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests; object-src 'none'">

Content-Security-Policy 对于防止混合内容错误至关重要(过多的错误可能会导致浏览器 "connection not secure" 和内存泄漏)https://blog.cloudflare.com/fixing-the-mixed-content-problem-with-automatic-https-rewrites and How does