aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/files/adblock.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/adblock/files/adblock.sh')
-rwxr-xr-xnet/adblock/files/adblock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock/files/adblock.sh b/net/adblock/files/adblock.sh
index 492edbaa9..f2a962378 100755
--- a/net/adblock/files/adblock.sh
+++ b/net/adblock/files/adblock.sh
@@ -400,7 +400,7 @@ f_fetch() {
;;
"curl")
[ "${adb_fetchinsecure}" = "1" ] && insecure="--insecure"
- adb_fetchparm="${adb_fetchparm:-"${insecure} --connect-timeout 20 --silent --show-error --location -o"}"
+ adb_fetchparm="${adb_fetchparm:-"${insecure} --connect-timeout 20 --fail --silent --show-error --location -o"}"
;;
"uclient-fetch")
[ "${adb_fetchinsecure}" = "1" ] && insecure="--no-check-certificate"