Updated todo.txt

This commit is contained in:
Richard Blair
2023-01-21 01:48:04 -05:00
parent 35741bc99c
commit 51bcae2a12
2 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
(B) Provide mechanism for verifying GPG signatures on requested pages. note:"[Todo] Secure Mechanism.md"
(A)
(C) Create package in recovery buildroot to copy proxy into recovery filesystem.

View File

@@ -15,7 +15,8 @@ $RecoveryVersion = str_replace("\n","",$RecoveryVersion);
$UpdateServiceHeaders = [
'X-Device-Serial-Number' => $SerialNumber,
'X-Device-Bootloader-Version' => $RecoveryVersion
'X-Device-Bootloader-Version' => $RecoveryVersion,
'User-Agent' => 'wget/1.0 tononixPC/'.$RecoveryVersion
];
switch($_GET['file'])