Browse Source

nextdns: remove deprecated hardened privacy option

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Olivier Poitrey 3 years ago
parent
commit
1020d487c3

+ 0 - 6
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;