File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ async function enforceDonationLockout() {
631631 const currentDomain = window . location . hostname ;
632632
633633 // If current host is not in allowedHosts, show complete lockout and disable access
634- if ( ! allowedHosts . includes ( currentDomain ) ) {
634+ // if (!allowedHosts.includes(currentDomain)) {
635635 document . body . innerHTML = `
636636 <div style="display:flex;align-items:center;justify-content:center;height:100vh;background:#111;color:#fff;font-family:sans-serif;text-align:center;">
637637 <div>
@@ -646,7 +646,7 @@ async function enforceDonationLockout() {
646646 document . body . style . userSelect = "none" ;
647647 window . locked = true ;
648648 return ;
649- }
649+ // }
650650 } catch ( err ) {
651651 console . error ( 'Failed to check donation status:' , err ) ;
652652 }
You can’t perform that action at this time.
0 commit comments