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() {