There are three settings in mms.cfg
that I want to disable. It will disable file download and upload for Adobe Flash, but does it have any deeper issues?
LocalFileReadDisable = 1
FileDownloadDisable = 1
FileUploadDisable = 1
File uploads and downloads does not seem to be a problem since we can whitelist domains by setting this:
FileDownloadEnabledDomain = domain name or IP address
But what about disabling local file read? For security reasons I want to disable it, but I am afraid that it will break things.