matrix-org / matrix-user-verification-service

Service to verify details of a user based on a Open ID token.
Other
22 stars 21 forks source link

Made UVS_DISABLE_IP_BLACKLIST global #35

Closed thermaq closed 1 year ago

thermaq commented 1 year ago

Right now there is no way to use the service when matrix is on the local network and it's domain resolves to some address from a blacklisted range. This applies UVS_DISABLE_IP_BLACKLIST to affect queries to matrix server itself.

rwjack commented 1 year ago

I think this resolves my issue: https://github.com/matrix-org/matrix-user-verification-service/issues/31

jaywink commented 1 year ago

Hi @thermaq, sorry one more thing. All Matrix repositories require a sign-off as per https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off - could you also add that to the pull request, thanks!

That note does seem to be missing from this repo, will take care of adding it.

thermaq commented 1 year ago

I added the sign off in the commit