From e34eebc16dc33fed1b776f1bf8f85f82619c469e Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sat, 24 Apr 2021 13:16:48 +0200 Subject: [PATCH] * Disabled HTTP GET parameter authentification in kaoget.sh. --- kaoget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaoget.sh b/kaoget.sh index 554e196..90d492c 100755 --- a/kaoget.sh +++ b/kaoget.sh @@ -59,7 +59,7 @@ case $(basename $GETTER) in #[ -n "$BWLDOWN" ] && BWLIM="--limit-rate=$BWLDOWN" ;; esac -[ -n "$USER" ] && [ -n "$PASS" ] && GET_AUTH="&auth=$USER:$PASS" +#[ -n "$USER" ] && [ -n "$PASS" ] && GET_AUTH="&auth=$USER:$PASS" case "$URL_FILE" in https://* ) -- 2.30.2