nextdns: remove deprecated hardened privacy option
authorOlivier Poitrey <redacted>
Wed, 10 Feb 2021 23:22:03 +0000 (00:22 +0100)
committerHannu Nyman <redacted>
Thu, 11 Feb 2021 19:09:58 +0000 (21:09 +0200)
Signed-off-by: Olivier Poitrey <redacted>
applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js

index e063ae3a4cede564fb019383f3efbc1e987545ed..8ec51886098f473867cd9e598a66ede95d4e69bc 100644 (file)
@@ -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;
git clone https://git.99rst.org/PROJECT