Add support for the default (d) parameter #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This parameter controls what happens if an image is missing.
We should at least support:
d=404
: Return a 404 errord=mm
,d=mp
: "Mystery man" or "Mystery person", static fileThe documentation also mentions the possibility to supply a fallback URL. I don't think we should download remote images, but maybe return a redirect?
404
is implemented. Fallback URL is implemented by sending a redirect (HTTP 307).mp
/mm
is implemented. We should implement identicon too, because it is used quite often.