Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207)
parent
416c671474
commit
78ba0e7ab8
|
@ -0,0 +1 @@
|
|||
Remove riot.im from the list of trusted Identity Servers in the default configuration
|
|
@ -150,10 +150,12 @@ enable_group_creation: true
|
|||
|
||||
# The list of identity servers trusted to verify third party
|
||||
# identifiers by this server.
|
||||
#
|
||||
# Also defines the ID server which will be called when an account is
|
||||
# deactivated (one will be picked arbitrarily).
|
||||
trusted_third_party_id_servers:
|
||||
- matrix.org
|
||||
- vector.im
|
||||
- riot.im
|
||||
|
||||
## Metrics ###
|
||||
|
||||
|
|
|
@ -93,10 +93,12 @@ class RegistrationConfig(Config):
|
|||
|
||||
# The list of identity servers trusted to verify third party
|
||||
# identifiers by this server.
|
||||
#
|
||||
# Also defines the ID server which will be called when an account is
|
||||
# deactivated (one will be picked arbitrarily).
|
||||
trusted_third_party_id_servers:
|
||||
- matrix.org
|
||||
- vector.im
|
||||
- riot.im
|
||||
|
||||
# Users who register on this homeserver will automatically be joined
|
||||
# to these rooms
|
||||
|
|
Loading…
Reference in New Issue