diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-14 10:13:08 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-14 10:13:08 -0400 |
commit | 180856bd0dc68fbf2c72a1cc4deb34f96fa32c3f (patch) | |
tree | 306f175cb880cc063f55c38a33786eb14250c3c5 /platform | |
parent | 1e9595c3dd5bc4686deaebcd208597822c883321 (diff) | |
download | uBlock-180856bd0dc68fbf2c72a1cc4deb34f96fa32c3f.zip uBlock-180856bd0dc68fbf2c72a1cc4deb34f96fa32c3f.tar.gz uBlock-180856bd0dc68fbf2c72a1cc4deb34f96fa32c3f.tar.bz2 |
do not strip out window components in logger-as-popup-window
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/vapi-background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 75585d7..43e1dc9 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -711,7 +711,7 @@ vAPI.tabs.open = function(details) { self, details.url, null, - 'menubar=no,toolbar=no,location=no,resizable=yes', + 'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1', null ); return; |