[index] Fix whitelist default array
WikipediaBridge recently replaced WikipediaENBridge, WikipediaEOBridge and WikipediaFRBridge
This commit is contained in:
parent
82f06ad2c5
commit
c0b607c841
1 changed files with 1 additions and 3 deletions
|
@ -67,9 +67,7 @@ $whitelist_default = array(
|
||||||
"PinterestBridge",
|
"PinterestBridge",
|
||||||
"ScmbBridge",
|
"ScmbBridge",
|
||||||
"TwitterBridge",
|
"TwitterBridge",
|
||||||
"WikipediaENBridge",
|
"WikipediaBridge",
|
||||||
"WikipediaEOBridge",
|
|
||||||
"WikipediaFRBridge",
|
|
||||||
"YoutubeBridge");
|
"YoutubeBridge");
|
||||||
|
|
||||||
if (!file_exists($whitelist_file)) {
|
if (!file_exists($whitelist_file)) {
|
||||||
|
|
Loading…
Reference in a new issue