Manual:$wgCSPFalsePositiveUrls
セキュリティ: $wgCSPFalsePositiveUrls | |
---|---|
Content-Security-Policy 機能の次回のレポートで、どの URL を対象外にするか制御する。 |
|
導入されたバージョン: | 1.28.0 (Gerrit change 306765; git #d84479c4) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | 下記参照 |
その他の設定: アルファベット順 | 機能順 |
CSP レポートをしばしば発生させるが、実際にはコンテンツが原因ではなく、クライアントのソフトウェアが挿入するスクリプト (例:Ad-Ware) に起因すると見なされる URL の一覧。 一覧はウィキメディアの記録に基づいています。
特定の URL に true
を与えると、false-positive となります。
The default value is based on URLs of spam that comes into the Wikimedia log files, based on testing on elwiki.
既定値
MediaWiki バージョン: | ≧ 1.33 |
$wgCSPFalsePositiveUrls = [
'https://3hub.co' => true,
'https://morepro.info' => true,
'https://p.ato.mx' => true,
'https://s.ato.mx' => true,
'https://adserver.adtech.de' => true,
'https://ums.adtechus.com' => true,
'https://cas.criteo.com' => true,
'https://cat.nl.eu.criteo.com' => true,
'https://atpixel.alephd.com' => true,
'https://rtb.metrigo.com' => true,
'https://d5p.de17a.com' => true,
'https://ad.lkqd.net/vpaid/vpaid.js' => true, // 1.29+
'https://ad.lkqd.net/vpaid/vpaid.js?fusion=1.0' => true, // 1.33+
'https://t.lkqd.net/t' => true, // 1.33+
'chrome-extension' => true, // 1.33+
];
MediaWiki バージョン: | 1.29 – 1.32 |
$wgCSPFalsePositiveUrls = [
'https://3hub.co' => true,
'https://morepro.info' => true,
'https://p.ato.mx' => true,
'https://s.ato.mx' => true,
'https://adserver.adtech.de' => true,
'https://ums.adtechus.com' => true,
'https://cas.criteo.com' => true,
'https://cat.nl.eu.criteo.com' => true,
'https://atpixel.alephd.com' => true,
'https://rtb.metrigo.com' => true,
'https://d5p.de17a.com' => true,
'https://ad.lkqd.net/vpaid/vpaid.js' => true, // 1.29+
];
MediaWiki バージョン: | 1.28 |
$wgCSPFalsePositiveUrls = [
'https://3hub.co' => true,
'https://morepro.info' => true,
'https://p.ato.mx' => true,
'https://s.ato.mx' => true,
'https://adserver.adtech.de' => true,
'https://ums.adtechus.com' => true,
'https://cas.criteo.com' => true,
'https://cat.nl.eu.criteo.com' => true,
'https://atpixel.alephd.com' => true,
'https://rtb.metrigo.com' => true,
'https://d5p.de17a.com' => true,
];