From 95ec89cc7b72c5ff557f0d69ebf4e11991b0f287 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 1 May 2026 00:29:47 +0200 Subject: [PATCH] f --- theme/sponsor.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/theme/sponsor.js b/theme/sponsor.js index c9dd9b680..e86f73fac 100644 --- a/theme/sponsor.js +++ b/theme/sponsor.js @@ -162,15 +162,7 @@ return false } - if ( - window.location.hostname === "localhost" || - window.location.hostname === "127.0.0.1" || - window.location.hostname === "::1" - ) { - return true - } - - return Math.floor(Math.random() * 5) !== 0 + return false } async function loadBsaSponsor() {