mms.cfg not working as expected
Hello,
Deploying flash-player-settings
We want to deploy these flash-player-settings (edit/add: using flash player 30 on Win7 and/or Win10 with Internet Explorer 11 or Firefox 61😞
- prevent websites from using local storage
- exception: conference.intern (always allow)
- prevent websites from using camera or microphone
- exception: conference.intern (always allow)




What we did: using mms.cfg
So we created a mms.cfg-file, containing these lines:
AVHardwareDisable=1
AVHardwareEnabledDomain=conference.intern
FileDownloadDisable=1
FileDownloadEnabledDomain=conference.intern
LocalStorageLimit=5
This file is ANSI-coded (since this is the format the FlashPlayerApp.exe uses if you meddle with the update-settings) and located in C:\Windows\SysWOW64\Macromed\Flash.
We created the mms-lines using the info from https://www.adobe.com/content/dam/acom/en/devnet/flashplayer/articles/flash_player_admin_guide/pdf/flash_player_30_0_admin_guide.pdf.
The effect: mms.cfg not working properly
The mms-cfg-lines concerning AVHardware seem to work, the lines concerning FileDownload don't.


Question
What are we doing wrong? How can we prevent flash from asking users, if they want to allow websites to use the local storage?
Best regards,
Alex
