(function() { // فقط أسماء الدومين بدون HTTPS const ALLOWED = ['rbxpro.store', 'www.rbxpro.store']; const host = (window.location.hostname || '').toLowerCase(); if (!ALLOWED.includes(host)) { const target = 'https://www.rbxpro.store' + window.location.pathname + window.location.search + window.location.hash; window.location.replace(target); } })();