mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
do not strip out window components in logger-as-popup-window
This commit is contained in:
parent
1e9595c3dd
commit
180856bd0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue