You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
However, if I want to host my video elsewhere to avoid adding a large file to my git repo, or for whatever other reason, camo breaks this because the file isn't an image. The link generated returns a Non-Image content-type returned error.
I don't know for sure, but I'd imagine this could be supported by adding video/quicktime and video/mp4 to the supported mime types and potentially changing the Content-Security-Policy header to use media-src in addition to/instead of img-src for video files.
The text was updated successfully, but these errors were encountered:
Now that GitHub supports videos in comments, it appears they also support embedding certain videos within markdown files, for example: https://github.com/apexskier/rrf/blob/198908d/README.md.
However, if I want to host my video elsewhere to avoid adding a large file to my git repo, or for whatever other reason, camo breaks this because the file isn't an image. The link generated returns a
Non-Image content-type returned
error.I don't know for sure, but I'd imagine this could be supported by adding
video/quicktime
andvideo/mp4
to the supported mime types and potentially changing theContent-Security-Policy
header to usemedia-src
in addition to/instead ofimg-src
for video files.The text was updated successfully, but these errors were encountered: