From: Brian Wolff Date: Fri, 3 Feb 2017 07:50:51 +0000 (+0000) Subject: Add another entry to Content-security-policy logging blacklist X-Git-Tag: 1.31.0-rc.0~3889 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=4c122c850dc6972677db50b2221846850ce2dc56;p=lhc%2Fweb%2Fwiklou.git Add another entry to Content-security-policy logging blacklist Add https://ad.lkqd.net/vpaid/vpaid.js which spams the log quite a bit. The CSP blacklist includes urls which we know are caused by adware, and thus aren't interesting (to us). Change-Id: I11e5a3bbd9090b7d3053ca4c855b220b14511bb5 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3b08e0722d..a3d68c6bfe 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8563,6 +8563,7 @@ $wgCSPFalsePositiveUrls = [ 'https://atpixel.alephd.com' => true, 'https://rtb.metrigo.com' => true, 'https://d5p.de17a.com' => true, + 'https://ad.lkqd.net/vpaid/vpaid.js' => true, ]; /**