Closed djs55 closed 2 years ago
This allows an admin to set an allow list, such that requests for other domains / CIDRs / IPs will be blocked.
It re-uses the existing HTTP exclude matching functions.
There is still some work needed to distinguish the case None and Some [] in the .json configuration.
None
Some []
This allows an admin to set an allow list, such that requests for other domains / CIDRs / IPs will be blocked.
It re-uses the existing HTTP exclude matching functions.
There is still some work needed to distinguish the case
None
andSome []
in the .json configuration.