fully remove IQDB support
This commit is contained in:
parent
7fcb4078dd
commit
03e24a4c92
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@ class ReverseSearchLinks extends Extension
|
|||
*/
|
||||
protected array $SERVICES = [
|
||||
'SauceNAO',
|
||||
'IQDB',
|
||||
'TinEye',
|
||||
'trace.moe',
|
||||
'ascii2d',
|
||||
|
@ -79,7 +78,7 @@ class ReverseSearchLinks extends Extension
|
|||
$config->set_default_string(ReverseSearchLinksConfig::POSITION, "main");
|
||||
$config->set_default_array(
|
||||
ReverseSearchLinksConfig::ENABLED_SERVICES,
|
||||
['SauceNAO', 'IQDB', 'TinEye', 'trace.moe', 'ascii2d', 'Yandex']
|
||||
['SauceNAO', 'TinEye', 'trace.moe', 'ascii2d', 'Yandex']
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue