mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Safari: fix popup to work in logger
This commit is contained in:
parent
10c7a40392
commit
68739e3df3
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
(function() {
|
||||
"use strict";
|
||||
|
||||
if(typeof safari.self === "undefined") {
|
||||
if(typeof safari.self === "undefined" || window.top !== window) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue