Skip to content

Commit be18fcb

Browse files
committed
for a first install, "other" is whitelisted by default (for stylesheet, fonts)
1 parent ea885f6 commit be18fcb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

js/storage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ function loadUserLists() {
133133
httpsb.blacklistPermanently('*', 'object', '*');
134134
httpsb.blacklistTemporarily('*', 'sub_frame', '*');
135135
httpsb.blacklistPermanently('*', 'sub_frame', '*');
136+
httpsb.whitelistTemporarily('*', 'other', '*');
137+
httpsb.whitelistPermanently('*', 'other', '*');
136138
}
137139

138140
// rhill 2013-09-23: ok, there is no point in blacklisting

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
4-
"version": "0.6.6",
4+
"version": "0.6.7",
55
"description": "__MSG_extShortDesc__",
66
"icons": {
77
"16": "icon_16.png",

0 commit comments

Comments
 (0)