diff --git a/gravity.sh b/gravity.sh index f98ecdcf..a657727d 100755 --- a/gravity.sh +++ b/gravity.sh @@ -599,8 +599,7 @@ gravity_DownloadBlocklistFromUrl() { # Check for allowed protocols if [[ $url != "http"* && $url != "https"* && $url != "file"* && $url != "ftp"* && $url != "ftps"* && $url != "sftp"* ]]; then echo -e "${OVER} ${CROSS} ${str} Invalid protocol specified. Ignoring list." - echo -e " Ensure your URL starts with a valid protocol like http:// or https:// ." - echo -e " E.g., try http://localhost/adblock.txt instead of localhost/adblock.txt." + echo -e "Ensure your URL starts with a valid protocol like http:// , https:// or file:// ." download=false fi