Rename Cloudflare beacon tunnel to /assets/perf.js to bypass adblock detection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 16:23:44 +01:00
parent 0caf55e339
commit edf80103f9
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ function loadCloudflareTunnel() {
const script = document.createElement('script')
script.defer = true
script.src = '/cdn-cgi/beacon.min.js'
script.src = '/assets/perf.js'
script.dataset.cfBeacon = '{"token":"5f2f3b8e1f824be6984a348fe31d2f04","spa":true}'
document.head.appendChild(script)
}