From 29c39550dd7682fbef9287d95e29018de7b5e9f6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 13 Sep 2015 10:52:41 -0400 Subject: [PATCH] forgot to comment to link code to issue (#708 in current case) --- src/js/storage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/storage.js b/src/js/storage.js index c7b5c4239..07d601276 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; }