From 4c122c850dc6972677db50b2221846850ce2dc56 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Fri, 3 Feb 2017 07:50:51 +0000 Subject: [PATCH] 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 --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) 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, ]; /** -- 2.20.1