Remove tracking

It's also generally a bad idea to expose your foundry server to the
public, especially when your players' passwords are very guessable,
for example, when it is their usernames
This commit is contained in:
🎷🐢 Sean-Patrick Ortencio Clayton 2022-02-18 21:56:16 -05:00
parent 7fcaf22424
commit ad82ed6e19
No known key found for this signature in database
GPG Key ID: EF07B60CEEC52DBD

View File

@ -81,7 +81,6 @@ function registerUsageCount( registerKey ) {
game.settings.set(registerKey, "world-key", worldKey )
}
// Simple API counter
$.ajax(`https://jdr.lahiette.com/fvtt_appcount/count.php?name="${registerKey}"&worldKey="${worldKey}"&version="${game.release.generation}.${game.release.build}"&system="${game.system.id}"&systemversion="${game.system.data.version}"`)
/* -------------------------------------------- */
}
}