mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Telemetry: use POST
This commit is contained in:
parent
78276cffb7
commit
1e73123ca9
3 changed files with 8 additions and 4 deletions
2
config.h
2
config.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue