Optional list of file extensions to whitelist. If set any files with extensions not in this list will not be served.
The directory on the file system where the files are located.
Optional additional mime-types. Structure is a map of file extension
(including .
) to mime-type.
eg: {".foo": "text/foo"}
The root of the rest path the files will be hosted from.
Generated using TypeDoc
Optional list of file extensions to blacklist. If set any files with extensions in this list will not be served.
fileExtensionWhitelist
is the more secure option.