Work toward removing use of localStorage

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/899
This commit is contained in:
Raymond Hill 2020-02-21 07:48:45 -05:00
parent 1a79a53bfd
commit 4f75a07b9c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
},