diff options
author | Dirk Brenken <dev@brenken.org> | 2021-06-13 07:33:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 07:33:21 +0200 |
commit | 4798354e01c8f2dab53e3dcec337e733df4d936c (patch) | |
tree | f115b766a90c627adc30a2ba31fb8633451d5f9c | |
parent | fa51d04459b16245d33a1562159c65d4b03a32f0 (diff) | |
parent | be578c64e97d138e7104dfa7025eb9ab998b3b07 (diff) |
Merge pull request #5122 from dibdot/adblock
luci-app-adblock: sync with adblock 4.1.3
-rw-r--r-- | applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index 468e8a3421..e8b82dd608 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -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; /* |