f909d7c
1
2
3
4
5
6
7
8
export function isIframe() { try { return window.self !== window.top; } catch (e) { return true; } }