When I enter API domains including /.*
as your placeholder suggests, the APIs stop working and return “Endpoint not in allowlist”. If I leave /.*
out it works. I guess that entering the domain as https://example-api.com
is all that’s ever needed?
If you don’t enter any domains in the whitelist any API will just work. Wouldn’t it be better/safer if you had to explicitly whitelist a domain first every time?
If you’re using multiple different APIs and you enter only one or several (but not all) of the domains of the APIs to the whitelist, any API that doesn’t have its domain in the whitelist stops working and returns “Endpoint not in allowlist”. Is that supposed to work like that?