Bug in mms.cfg if filename contains [ or ]
You're able to whitelist domains inside C:\Windows\SysWow64\Macromed\Flash\mms.cfg
For example:
AllowListUrlPattern=*://*.example.com/
However, there is currently a big bug:
If you try to play any flash on the whitelisted domain that contains [ or ] in the filename the flash plugin will think it is not on the whitelisted domain.
This will work: https://example.com/hello.swf
This will not work: https://example.com/hello[].swf
This will not work: https://example.com/he][o.swf
This will not work: https://example.com/hello[.swf
This will not work: https://example.com/[hello].swf
All five SHOULD work.
Adobe, please fix this before you abandon flash. All file names must work! I suspect it might have something to do with your IPv6 parser?
(Also please consider being able to just whitelist every URL, would make my life easier.)
