mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
forgot to comment to link code to issue (#708 in current case)
This commit is contained in:
parent
90a2c608bb
commit
29c39550dd
1 changed files with 2 additions and 0 deletions
|
|
@ -959,6 +959,8 @@
|
|||
if ( stockLists.hasOwnProperty(oldListKey) === false ) {
|
||||
continue;
|
||||
}
|
||||
// https://github.com/gorhill/uBlock/issues/708
|
||||
// Support migrating external stock filter lists as well.
|
||||
if ( reExternalURL.test(oldListKey) === false ) {
|
||||
oldListKey = 'assets/thirdparties/' + oldListKey;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue