How to block google ads from injecting JavaScript
问题 Some google ads start injecting JavaScript and poping ads all over the screen How can I block these random scripts that are injected through google ads? 回答1: This is not perfect, but it seems to be very effective in my case (all pages are SSL) and also prevent SSL mixed mode messages caused by google ads third party plugin scripts... <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests; object-src 'none'"> Content-Security-Policy is critical to prevent mixed content