Skip to content

Commit

Permalink
Add session disabled config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Dor committed Sep 24, 2017
1 parent 542c549 commit b46d047
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sessions/3pid.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,11 @@ at user login and prevent any further add.
- This prevents users from initiating remote session to make their 3PID binds globally visible

It is therefore recommended to not fully disable sessions but instead restrict specific set of 3PID and Session scopes.

Use the following values to enable this mode:
```
session:
policy:
validation:
enabled: false
```

0 comments on commit b46d047

Please sign in to comment.