-
- Downloads
Add additional validation to pusher URLs. (#8865)
Pusher URLs now must end in `/_matrix/push/v1/notify` per the specification.
Showing
- changelog.d/8865.bugfix 1 addition, 0 deletionschangelog.d/8865.bugfix
- synapse/push/__init__.py 1 addition, 2 deletionssynapse/push/__init__.py
- synapse/push/httppusher.py 15 additions, 1 deletionsynapse/push/httppusher.py
- tests/push/test_http.py 84 additions, 22 deletionstests/push/test_http.py
- tests/replication/test_pusher_shard.py 4 additions, 4 deletionstests/replication/test_pusher_shard.py
- tests/rest/admin/test_user.py 1 addition, 1 deletiontests/rest/admin/test_user.py
Loading
Please register or sign in to comment