Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-09 | Add a config option for validating 'next_link' parameters against a domain ↵ | Andrew Morgan | 5 | -18/+218 | |
whitelist (#8275) This is a config option ported over from DINUM's Sydent: https://github.com/matrix-org/sydent/pull/285 They've switched to validating 3PIDs via Synapse rather than Sydent, and would like to retain this functionality. This original purpose for this change is phishing prevention. This solution could also potentially be replaced by a similar one to https |