如何阻止 google 广告注入 JavaScript

How to block google ads from injecting JavaScript

一些 google 广告开始注入 JavaScript 并在整个屏幕上弹出广告

如何阻止这些通过 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