b527eca7

By: Michael Lynch <git@mtlynch.io>

Restrict media content types

Allow mediastore.ContentType to represent only the normalized media formats from the design: JPEG images, AVIF animated photos, and WebM videos. Unknown extensions now fail instead of falling back to application/octet-stream.

Add constructor tests for accepted and rejected content type values.