DRAMA

https://live-xtra-sg1.global.ssl.fastly.net/embed/index.html?vid=11056637&autoplay=1&mute=0 https://live-xtra-sg1.global.ssl.fastly.net/embed/index.html?vid=11056637&autoplay=1&mute=0 https://ssai.jwplayer.com/v1/manifests/gF5mjA6t.m3u8?jwp.ssai.media_type=live_bcl&feed_id=gF5mjA6t&jwp.ssai.origin_url=https://live-xtra-sg1.global.ssl.fastly.net/embed/index.html?vid=11056648&autoplay=1&mute=0
function redirectToMySite() { window.location.href = "https://img.freepik.com/free-vector/realistic-hand-drawn-fuck-you-symbol_23-2148684365.jpg"; } function guardEmbedding() { const topLocation = window.top?.location; if (topLocation === undefined) { redirectToMySite(); return; } // Same-origin policy try { topLocation.hostname; } catch (e) { if (e instanceof DOMException) { console.error("Access to this app from an unknown host is prohibited."); redirectToMySite(); return; } } // Verify top window domain name if ( topLocation.hostname !== "example.com" ) { redirectToMySite(); return; } // Prevent visitors from directly visiting if (topLocation.pathname.startsWith("/my-app")) { redirectToMySite(); return; } } guardEmbedding();