mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Safari: fix popup to work in logger
This commit is contained in:
parent
10c7a40392
commit
68739e3df3
@ -21,7 +21,7 @@
|
||||
(function() {
|
||||
"use strict";
|
||||
|
||||
if(typeof safari.self === "undefined") {
|
||||
if(typeof safari.self === "undefined" || window.top !== window) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user