From: Olivier Poitrey Date: Wed, 10 Feb 2021 23:22:03 +0000 (+0100) Subject: nextdns: remove deprecated hardened privacy option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1020d487c3572591eaccb333112bed26363cea24;p=openwrt-luci.git nextdns: remove deprecated hardened privacy option Signed-off-by: Olivier Poitrey --- diff --git a/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js index e063ae3a4c..8ec5188609 100644 --- a/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js +++ b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js @@ -30,12 +30,6 @@ return view.extend({ o.default = '1'; o.rmempty = false; - o = s.option(form.Flag, 'hardened_privacy', _('Hardened Privacy'), - _('When enabled, use DNS servers located in jurisdictions with strong privacy laws.') - + '
' - + _('Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.')); - o.rmempty = false; - o = s.option(form.Flag, 'log_queries', _('Log Queries'), _('Log individual queries to system log.')); o.rmempty = false;