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
Add support for the Braille ASCII file format to be allowed to be uploaded by CMS editors by default.
This is commonly asked for in the public sector and implemented using custom configuration.
Braille ASCII files are just plain text, so should not pose any security risk. However, I am not pen tester ;)
Notes
It seems, there is disagreement on what mime type brf files should be: datatypes.net says it should be application/octet-stream (ref), but apache says it should be text/plain (ref). In custom configurations we typically add both but text/plain seems to be more common.
Add support for the Braille ASCII file format to be allowed to be uploaded by CMS editors by default.
This is commonly asked for in the public sector and implemented using custom configuration.
Braille ASCII files are just plain text, so should not pose any security risk. However, I am not pen tester ;)
Notes
It seems, there is disagreement on what mime type
brf
files should be: datatypes.net says it should beapplication/octet-stream
(ref), but apache says it should betext/plain
(ref). In custom configurations we typically add both buttext/plain
seems to be more common.Related issue
PRs
The text was updated successfully, but these errors were encountered: