Rev3747. Dont show tor meek proxy on configuration page if it's not supported
This commit is contained in:
parent
859c81c81b
commit
1ab9bc40a5
4 changed files with 16 additions and 3 deletions
|
@ -71,6 +71,8 @@ class ConfigStorage extends Class
|
|||
key: "tor_use_bridges"
|
||||
type: "checkbox"
|
||||
description: "Use obfuscated bridge relays to avoid network level Tor block (even slower)"
|
||||
isHidden: ->
|
||||
return not Page.server_info.tor_has_meek_bridges
|
||||
|
||||
section.items.push
|
||||
title: "Trackers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue