Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 224c1a3

Browse files
committed
this fixes #145
1 parent 8025144 commit 224c1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function loadUserLists() {
150150
} else {
151151
httpsb.whitelistTemporarily(httpsb.behindTheSceneURL, '*', '*');
152152
}
153-
} else {
153+
} else if ( store.version.slice(0, 5).localeCompare('0.7.6') < 0 ) {
154154
var scope = httpsb.temporaryScopes.scopes[httpsb.behindTheSceneURL];
155155
if ( scope && scope.white.count <= 1 && scope.black.count <= 1 && scope.gray.count === 0 ) {
156156
if ( httpsb.userSettings.processBehindTheSceneRequests ) {

0 commit comments

Comments
 (0)