The local version of my site will play my audio but when I upload it to the Cloudflare page it does not play
https://insane.rip (my site)
if (event.keyCode == 32 && app.skippedIntro) {
if (app.backgroundToggler) {
app.videoElement.play();
app.audioElement.play();
} else {
app.videoElement.play();
app.audioElement.play();
}