Signed-off-by: fbt <fbt@fleshless.org>
@@ -110,7 +110,7 @@ upload() {
get_max_filesize || { return 1; }
curl --max-filesize "$max_filesize_bytes" -skL "$target" > "$file"
curl --max-filesize "$max_filesize_bytes" -sL "$target" > "$file"
curl_result=$?
if (( curl_result )); then
The note is not visible to the blocked user.