Proxy request for site owner

Part of the work exploring making wiki-client protocol agnostic. When we server the origin over `https` browers restrict access to non-secure resources, so we **must** fetch any remote resources over a secure connection as well. Thus PR github adds a `/proxy` route that fetches resources on behalf of the client that would not otherwise be available. We limit access to this route to the site owner.