Module: HTTPX::Plugins::SsrfFilter::OptionsMethods
- Defined in:
- lib/httpx/plugins/ssrf_filter.rb
Overview
adds support for the following options:
- :allowed_schemes
-
list of URI schemes allowed (defaults to
["https", "http"]) - :extra_unsafe_ranges
-
A list of IP ranges (or addresses) that will be filtered, in addition to the defaults
- :safe_private_ranges
-
A list of IP ranges (or addresses) that will not be filtered, even if they’d be filtered by default