imgix-blueprint
imgix-blueprint copied to clipboard
All libraries should sanitize source names, throw exceptions when malformed.
For example, if a client library is initialized with the "my-source"
instead of "my-source.imgix.net"
, a client library should be smart enough to know what that means.
If a client library cannot determine the source host, it must fail hard.