Any way to allow local webhooks?

On a self hosted version of Metabase v56.7:

When I add a webhook in the admin backend which is pointing to a local IP, I get:

URLs referring to hosts that supply internal hosting metadata are prohibited.

I understood that this due to something security related (I found this: NTLM Attack in Metabase CVE-2022-24853 - Secure77 )

Is there any way to allow this in a “safe environment” ?

It did not work with the IP, nor with a domain (which xxx.company.com .. but which resolved to an internal IP)

I can’t expose the other service xxx.company.com to a public ip and I don’t want to do dirty tricks :wink:

This appears to be controlled by the MB_HTTP_CHANNEL_HOST_STRATEGY environment variable: