Merge pull request #5122 from dibdot/adblock

luci-app-adblock: sync with adblock 4.1.3
This commit is contained in:
Dirk Brenken 2021-06-13 07:33:21 +02:00 committed by GitHub
commit 4798354e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,7 +412,12 @@ return view.extend({
o.optional = true;
o.rmempty = true;
o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Special config options for the selected download utility.'));
o = s.taboption('additional', form.Flag, 'adb_fetchinsecure', _('Download Insecure'), _('Don\'t check SSL server certificates during download.'));
o.default = 0
o.rmempty = true;
o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Manually override the pre-configured download options for the selected download utility.'));
o.optional = true;
o.rmempty = true;
/*