aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/storage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/storage.js b/src/js/storage.js
index c7b5c42..07d6012 100644
--- a/src/js/storage.js
+++ b/src/js/storage.js
@@ -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;
}