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,
|
self,
|
||||||
details.url,
|
details.url,
|
||||||
null,
|
null,
|
||||||
'menubar=no,toolbar=no,location=no,resizable=yes',
|
'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1',
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue