Using basic httplib call to check if on GCE.
This avoids the potential issue of urllib detecting a proxy and changing the actual request underneath our code. The basic httplib library does not have any proxy detection, so this is not even possible there. Fixes #114.
Loading
Please sign in to comment