summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js
diff options
context:
space:
mode:
authorOlivier Poitrey <rs@nextdns.io>2021-02-11 00:22:03 +0100
committerHannu Nyman <hannu.nyman@iki.fi>2021-02-11 21:09:58 +0200
commit1020d487c3572591eaccb333112bed26363cea24 (patch)
tree48edc2bdc760ba1ff02a24321f2758f26902a700 /applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js
parent42e8c249e5ac8aab6aae77918cc8fb284b295c52 (diff)
nextdns: remove deprecated hardened privacy option
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Diffstat (limited to 'applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js')
-rw-r--r--applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js6
1 files changed, 0 insertions, 6 deletions
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.')
- + '<br />'
- + _('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;