This commit is contained in:
Patrick Cloke 2021-05-13 08:37:09 -04:00 committed by Richard van der Hoff
parent 4051810241
commit 6686696e66

View file

@ -157,8 +157,8 @@ between `public`, `invite`, and `restricted`.
## Security considerations ## Security considerations
The `allow` feature for `join_rules` places increased trust in the servers in the The `allow` feature for `join_rules` places increased trust in the servers in the
room. We consider this acceptable: if you don't want evil servers randomly room. We consider this acceptable: if you don't want evil servers randomly
joining spurious users into your rooms, then: joining spurious users into your rooms, then:
1. Don't let evil servers in your room in the first place 1. Don't let evil servers in your room in the first place
2. Don't use `allow` lists, given the expansion increases the attack surface anyway 2. Don't use `allow` lists, given the expansion increases the attack surface anyway
@ -193,8 +193,8 @@ to just introduce a a new join rule - `restricted` - as described above.
## Future extensions ## Future extensions
Potential future extensions which should not be designed out Potential future extensions which should not be designed out include, but are not
include, but are not included in this MSC. included in this MSC.
### Checking space membership over federation ### Checking space membership over federation