From b18670642a7aa3cca12decd93525d929cbaf6638 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Tue, 10 May 2022 18:07:49 +0200 Subject: [PATCH] luci-app-adblock: small fixes * fix #5677 * fix 'flush cache' wording Signed-off-by: Dirk Brenken (cherry picked from commit 2ab828f5bf4e80f5d1cc16712df6e04b58b6eaaa) Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/adblock/overview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 884f9dddbe..060e7eaa35 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 @@ -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'); @@ -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).')); -- 2.30.2