aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-09-13 10:52:41 -0400
committergorhill <rhill@raymondhill.net>2015-09-13 10:52:41 -0400
commit29c39550dd7682fbef9287d95e29018de7b5e9f6 (patch)
tree0bfe695ef539c8a74cf529ae41cc92919335c00f /src
parent90a2c608bb6ebcce3579130316652c05ceebaa72 (diff)
downloaduBlock-29c39550dd7682fbef9287d95e29018de7b5e9f6.zip
uBlock-29c39550dd7682fbef9287d95e29018de7b5e9f6.tar.gz
uBlock-29c39550dd7682fbef9287d95e29018de7b5e9f6.tar.bz2
forgot to comment to link code to issue (#708 in current case)
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;
}