Currently we check the client location by default, using the ipinfo library. However, we only make use of this information if the client is running on colab, where we raise a warning if the client is outside the US.
It would probably be better to check first whether we're running on colab, and only then make a location check.