forked-synapse/synapse/http
Matthew Hodgson dafef5a688 Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off.
Add url_preview_ip_range_blacklist to let admins specify internal IP ranges that must not be spidered.
Add url_preview_url_blacklist to let admins specify URL patterns that must not be spidered.
Implement a custom SpiderEndpoint and associated support classes to implement url_preview_ip_range_blacklist
Add commentary and generally address PR feedback
2016-04-08 18:37:15 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
client.py Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
endpoint.py Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
matrixfederationclient.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
server.py Intern all the things 2016-03-23 16:25:54 +00:00
servlet.py Use google style doc strings. 2016-04-01 16:12:07 +01:00