1
0
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:
Chris 2015-05-01 10:05:11 -06:00
parent 10c7a40392
commit 68739e3df3

View File

@ -21,7 +21,7 @@
(function() {
"use strict";
if(typeof safari.self === "undefined") {
if(typeof safari.self === "undefined" || window.top !== window) {
return;
}