simov 8 years ago
parent
commit
a7a11b332b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      background/background.js

+ 1 - 1
background/background.js

@@ -25,7 +25,7 @@ chrome.storage.sync.get((res) => {
     }
   }
   // v2.3 -> v2.4
-  else if (options.origins['file://']) {
+  else if (!options.origins['file://']) {
     options.origins['file://'] = match
   }