View Source API Reference SafeURL v1.0.0
Modules
SafeURL
is library for mitigating Server Side Request
Forgery vulnerabilities in Elixir. Private/reserved IP
addresses are blocked by default, and users can add
additional CIDR ranges to the blocklist, or alternatively
allow specific CIDR ranges to which the application is
allowed to make requests.
In some cases you might want to use a custom strategy
for DNS resolution. You can do so by passing your own
implementation of SafeURL.DNSResolver
in the global
or local config.
Tesla middleware for validating URLs.