[net] drop the requirement for text/plain MIME on the .ver files

* This should fix the update check when picking off the .ver off github
* Also update non working links
* Closes #1229
This commit is contained in:
Pete Batard 2018-10-16 21:51:40 +01:00
parent e587997f4e
commit bc6e23ec11
6 changed files with 12 additions and 22 deletions

View file

@ -92,7 +92,7 @@ static const char* kolibri_name = "kolibri.img";
static const char* autorun_name = "autorun.inf";
static const char* casper_name = "CASPER";
static const char* stupid_antivirus = " NOTE: This is usually caused by a poorly designed security solution. "
"See https://rufus.akeo.ie/compatibility.\r\n This file will be skipped for now, but you should really "
"See https://goo.gl/QTobxX.\r\n This file will be skipped for now, but you should really "
"look into using a *SMARTER* antivirus solution.";
const char* old_c32_name[NB_OLD_C32] = OLD_C32_NAMES;
static const int64_t old_c32_threshold[NB_OLD_C32] = OLD_C32_THRESHOLD;