1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

do not strip out window components in logger-as-popup-window

This commit is contained in:
gorhill 2015-08-14 10:13:08 -04:00
parent 1e9595c3dd
commit 180856bd0d

View File

@ -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;