Telemetry: use POST

This commit is contained in:
Floris Bos 2020-12-08 13:36:02 +01:00
parent 78276cffb7
commit 1e73123ca9
3 changed files with 8 additions and 4 deletions

View file

@ -14,7 +14,7 @@
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v2.json?time_synchronization"
/* Phone home the name of images downloaded for image popularity ranking */
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.org/downloads?url=$imageurl&os=$parentcategory&image=$osname"
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.org/downloads"
#define TELEMETRY_ENABLED_DEFAULT true
/* Hash algorithm for verifying (uncompressed image) checksum */