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;