mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-04-28 12:03:08 -07:00
Restore 4/5 BSA, 1/5 legacy ad split
This commit is contained in:
@@ -170,7 +170,7 @@
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split)
|
return Math.floor(Math.random() * 5) !== 0
|
||||||
}
|
}
|
||||||
|
|
||||||
async function loadBsaSponsor() {
|
async function loadBsaSponsor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user