Ocelot
Ocelot copied to clipboard
Adds `SecurityOptions` to global configuration
Closes #2165
- #2165
Proposed Changes
As the issue #2165 reports, the SecurityOptions
are missing in GlobalConfiguration
.
This pull request adds the ability to configure Allowed and Blocked IPs globally: the global configuration will be applied for every route unless an existing SecurityOptions
is present on it