Currently, the knot backend blocks arbitrary binary blobs and the AppView blob backend only shows the "view raw" links for the set of known file types. For binary blobs with any different extension, the only way to actually view the blob is to clone the repository. This is really cumbersome for my repository where I point users to dist/*.ttf font files: @sajidanwar.com/baseline-diagnostic-font. This raw binary blob limitation doesn't exist on GitHub, which can be seen with the same example on my mirrored repository, kbhomes/baseline-diagnostic-font.
Can the raw view for blobs be enabled for arbitrary blobs? Or is there a stated reason for not allowing this? Thanks!