Skip to content

Commit 95ec89c

Browse files
committed
f
1 parent 6447449 commit 95ec89c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

theme/sponsor.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,7 @@
162162
return false
163163
}
164164

165-
if (
166-
window.location.hostname === "localhost" ||
167-
window.location.hostname === "127.0.0.1" ||
168-
window.location.hostname === "::1"
169-
) {
170-
return true
171-
}
172-
173-
return Math.floor(Math.random() * 5) !== 0
165+
return false
174166
}
175167

176168
async function loadBsaSponsor() {

0 commit comments

Comments
 (0)