mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
forgot to comment to link code to issue (#708 in current case)
This commit is contained in:
parent
90a2c608bb
commit
29c39550dd
@ -959,6 +959,8 @@
|
|||||||
if ( stockLists.hasOwnProperty(oldListKey) === false ) {
|
if ( stockLists.hasOwnProperty(oldListKey) === false ) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
// https://github.com/gorhill/uBlock/issues/708
|
||||||
|
// Support migrating external stock filter lists as well.
|
||||||
if ( reExternalURL.test(oldListKey) === false ) {
|
if ( reExternalURL.test(oldListKey) === false ) {
|
||||||
oldListKey = 'assets/thirdparties/' + oldListKey;
|
oldListKey = 'assets/thirdparties/' + oldListKey;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user