Add another entry to Content-security-policy logging blacklist
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 3 Feb 2017 07:50:51 +0000 (07:50 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 5 Mar 2017 19:43:13 +0000 (19:43 +0000)
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

index 3b08e07..a3d68c6 100644 (file)
@@ -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,
 ];
 
 /**