From 4f75a07b9c9836d72eef5c91e47949154726cd2b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 21 Feb 2020 07:48:45 -0500 Subject: [PATCH] Work toward removing use of localStorage Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/899 --- platform/chromium/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/vapi-common.js b/platform/chromium/vapi-common.js index 136e4a02d..a791aebd1 100644 --- a/platform/chromium/vapi-common.js +++ b/platform/chromium/vapi-common.js @@ -226,7 +226,7 @@ vAPI.closePopup = function() { // Always use a wrapper to seamlessly handle exceptions vAPI.localStorage = { - started: vAPI.webextFlavor.soup.has('mobile') === false, + started: false, start: function() { this.started = true; },