current code completely trusts all redirects DID documents offer which allow the server to send http requests to arbitrary internal or external hosts
per https://atproto.com/specs/did: The PDS service network location for the account is found under the service array, with id ending #atproto_pds, and type matching AtprotoPersonalDataServer. The first matching entry in the array should be used, and any others ignored. The serviceEndpoint field must contain an HTTPS URL of server. It should contain only the URI scheme (http or https), hostname, and optional port number, not any "userinfo", path prefix, or other components.
Thanks, I just wanted to bang out an initial version so this is much appreciated!