luci-app-adblock: sync with adblock 4.1.3
* support the new 'adb_fetchinsecure' option Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
da97288015
commit
be578c64e9
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue