We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea885f6 commit be18fcbCopy full SHA for be18fcb
js/storage.js
@@ -133,6 +133,8 @@ function loadUserLists() {
133
httpsb.blacklistPermanently('*', 'object', '*');
134
httpsb.blacklistTemporarily('*', 'sub_frame', '*');
135
httpsb.blacklistPermanently('*', 'sub_frame', '*');
136
+ httpsb.whitelistTemporarily('*', 'other', '*');
137
+ httpsb.whitelistPermanently('*', 'other', '*');
138
}
139
140
// rhill 2013-09-23: ok, there is no point in blacklisting
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "__MSG_extName__",
4
- "version": "0.6.6",
+ "version": "0.6.7",
5
"description": "__MSG_extShortDesc__",
6
"icons": {
7
"16": "icon_16.png",
0 commit comments