I have the following mms.cfg in
%localappdata%\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg
%localappdata%\Microsoft\Edge\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg
%windir%System32\Macromed\Flash\mms.cfg
%windir%\SysWOW64\Macromed\Flash\mms.cfg
EOLUninstallDisable=1
SilentAutoUpdateEnable=0
EnableAllowList=1
AutoUpdateDisable=0
AllowListUrlPattern=http://localhost/flash/
ErrorReportingEnable=1
EnableInsecureLocalWithFileSystem=1
With this after I set my PC date to something in 2021. I'm able to run Flash in
- Chrome - Which uses the config in
%localappdata%\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg
- Edge Chromium - Which uses the config in
%localappdata%\Microsoft\Edge\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg
- Firefox -
%windir%System32\Macromed\Flash\mms.cfg
Based on my understanding IE11 should be using the one from %windir%System32\Macromed\Flash\mms.cfg
but for whatever reason it seems like it's ignoring it and the settings in this file have no effect and flash is still disabled.
Just to be on the 100% sure that IE uses that config file I've ran ProcMon and it seems like IE is actually opening the file as you can see in the picture.
My question is why is internet explorer ignoring this? And what can I do about it? Other useful info:
- Firefox and Chromium browsers use 32.0.0.433
- IE11 uses 32.0.0.387 which is the windows embedded version of flash.
- Tested on
- Windows 10 Pro 10.0.18362
- Windows 10 Pro 10.0.19041
- Windows 10 Home 10.0.18362
- I took Flash player version 32.0.0.330 from an older version of Windows and I didn't even get the EOL behavior. This leads me to believe that this is a FP version issue and that version 32.0.0.387 which is distributed by MS might not support
AllowListUrlPattern
.
Things I've tried and didn't work include:
- Restarting the machine
- Setting the encoding of the .cfg to UTF-8.
http://localhost/flash
. And the date reverting is something I'm experiencing on Windows Sandbox I have another questions on SU here, this does not happen on my actual machine. – Bobby Tables Sep 9 at 8:15AllowListUrlPattern=http://localhost/flash/
flash continues to work after setting the date to something in 2021, IE is the only one which still exhibits the EOL behavior which is not working and showing the flash logo with an info icon – Bobby Tables Sep 9 at 8:55