summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-adblock/htdocs')
-rw-r--r--applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js22
1 files changed, 4 insertions, 18 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 c22969c66a..fb50d4ca95 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
@@ -53,7 +53,7 @@ function handleAction(ev) {
E('label', { 'class': 'cbi-input-text', 'style': 'padding-top:.5em' }, [
E('input', { 'class': 'cbi-input-text', 'id': 'timerD', 'maxlength': '13' }),
'\xa0\xa0\xa0',
- _('The day of the week (opt., values: 1-7 possibly sep. by , or -)')
+ _('The day of the week (opt., values: 0-6 possibly sep. by , or -)')
])
]),
E('div', { 'class': 'left', 'style': 'display:flex; flex-direction:column' }, [
@@ -343,6 +343,7 @@ return view.extend({
o.depends('adb_safesearch', '1');
o.value('google');
o.value('bing');
+ o.value('duckduckgo');
o.value('yandex');
o.value('youtube');
o.value('pixabay');
@@ -353,7 +354,7 @@ return view.extend({
o.rmempty = true;
o = s.taboption('general', form.Flag, 'adb_report', _('DNS Report'), _('Gather DNS related network traffic via tcpdump and provide a DNS Report on demand. \
- Please note: this needs additional \'tcpdump-mini\' package installation and a full adblock service restart to take effect.'));
+ Please note: this needs additional \'tcpdump\' or \'tcpdump-mini\' package installation and a full adblock service restart to take effect.'));
o.rmempty = false;
o = s.taboption('general', form.Flag, 'adb_mail', _('E-Mail Notification'), _('Send adblock related notification e-mails. \
@@ -457,7 +458,7 @@ return view.extend({
o.placeholder = 'example.com';
o.rmempty = true;
- o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Flush the DNS Cache before adblock processing as well.'));
+ o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Empty the DNS cache before adblock processing starts to reduce the memory consumption.'));
o.rmempty = true;
o = s.taboption('adv_dns', form.Flag, 'adb_dnsallow', _('Disable DNS Allow'), _('Disable selective DNS whitelisting (RPZ-PASSTHRU).'));
@@ -580,21 +581,6 @@ return view.extend({
o = s.taboption('sources', form.DummyValue, '_sub');
o.rawhtml = true;
- o.default = '<em><b>Shallalist Archive Selection</b></em>';
-
- o = s.taboption('sources', form.DynamicList, 'adb_sha_sources', _('Categories'));
- for (var i = 0; i < categories.length; i++) {
- code = categories[i].match(/^(\w+);/)[1].trim();
- if (code === 'sha') {
- category = categories[i].match(/^\w+;(.*$)/)[1].trim();
- o.value(category);
- }
- }
- o.optional = true;
- o.rmempty = true;
-
- o = s.taboption('sources', form.DummyValue, '_sub');
- o.rawhtml = true;
o.default = '<em><b>UTCapitole Archive Selection</b></em>';
o = s.taboption('sources', form.DynamicList, 'adb_utc_sources', _('Categories'));