* Disabled HTTP GET parameter authentification in kaoget.sh.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sat, 24 Apr 2021 11:16:48 +0000 (13:16 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sat, 24 Apr 2021 11:16:48 +0000 (13:16 +0200)
kaoget.sh

index 554e19683507e0fa3b5f1012cdfe7aa619e4948f..90d492c3b58e0f3bd2ea05b2f970dd60836d7fb2 100755 (executable)
--- 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://* )