Disabling local-with-filesystem access in Flash Player 23
With the recent changes in Flash 23 to disable, but still allow for an opt out at the user level, or enable legacy at the system level via mms.cfg EnableInsecureLocalWithFileSystem=1 setting, I am curious how enforcing the default behavior and preventing users from trusting files could be done.
I tested EnableInsecureLocalWithFileSystem=0, hoping that it would prevent users from making changes and trusting content, but that did not appear to work.
I thought about creating a master settings.sol file and using it to overwrite the users settings.sol file, but that just feels like a bad idea to override that file since I don't want to step on all of the user's settings/freedoms, just the one security related setting.
So, how can the new default behavior be enforced at the system level? Additionally, is there a timeframe for when legacy mode will be removed permanently without work around?
