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

Commit d0ac227

Browse files
committed
removed redundant rule: HTTPSB is *hard-coded* to block by default
1 parent 8157450 commit d0ac227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function PermissionList(filters) {
5050
function PermissionScope() {
5151
this.off = false;
5252
this.white = new PermissionList();
53-
this.black = new PermissionList(['*|*']);
53+
this.black = new PermissionList();
5454
this.gray = new PermissionList();
5555
this.mtxFiltering = true;
5656
this.abpFiltering = true;

0 commit comments

Comments
 (0)