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

Commit b2cbf60

Browse files
committed
strict blocking on for new install
1 parent 47440ba commit b2cbf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var HTTPSB = {
3131
deleteUnusedSessionCookiesAfter: 60,
3232
deleteLocalStorage: false,
3333
processBehindTheSceneRequests: false,
34-
strictBlocking: false,
34+
strictBlocking: true,
3535
displayTextSize: '13px',
3636
popupHideBlacklisted: false,
3737
popupCollapseDomains: false,

0 commit comments

Comments
 (0)