mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-11 22:06:33 -05:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _base.py | ||
| api.py | ||
| appservice.py | ||
| captcha.py | ||
| cas.py | ||
| database.py | ||
| homeserver.py | ||
| jwt.py | ||
| key.py | ||
| logger.py | ||
| metrics.py | ||
| password.py | ||
| ratelimiting.py | ||
| registration.py | ||
| repository.py | ||
| saml2.py | ||
| server.py | ||
| tls.py | ||
| voip.py | ||