mirror of https://github.com/gorhill/uBlock.git
do not strip out window components in logger-as-popup-window
This commit is contained in:
parent
1e9595c3dd
commit
180856bd0d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue