JeanBonnot
Explorer
JeanBonnot
Explorer
Activity
‎Nov 20, 2014
06:51 AM
1 Upvote
For the trust file, the following works for me on MacOs, with Chrome and PPAPI plugin: /Users/<user>/Library/Application Support/Google/Chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#Security/FlashPlayerTrust/trust.cfg You may have to create the #Security directory if it does not exist. The path is probably similar for Windows and other implementations.
... View more
‎Nov 19, 2014
05:35 PM
Thank you for the insightful post. To complete the list above, the PPAPI config file for Opera should be placed (on Mac) at /Users/<user>/Library/Application Support/com.operasoftware.OperaDeveloper/Pepper Data/Shockwave Flash/System
... View more
‎Nov 18, 2014
09:58 PM
Is it also the case that the PPAPI player does not share debug config file (mm.cfg) ? When using PPAPI I am not able to get my trace statements out to flashlog.txt
... View more
‎Nov 18, 2014
05:27 PM
I have the same problem: PPAPI debugger installed on Opera Developer, working OK except the flash Logs are empty.
... View more
‎May 27, 2014
09:25 AM
1 Upvote
Chris, We are using a workaround for now. What is at stake is our confidence in the future of the Flash platform. Again, I would like to see your comment on the solution taken by pepperflash and the CORS recommendation on simple HTTP headers. Have you been a bit heavy-handed perhaps ?
... View more
‎May 23, 2014
12:22 PM
1 Upvote
Chris, Thank you for the writeup and explanations. Have you considered these solutions instead of disallowing all headers, let the 'simple' headers through. This is the solution taken by Chrome/pepperflash with regard to navigateToURL cross domain issues. Please refer to W3C cross-origin sharing recommendation: http://www.w3.org/TR/cors/#simple-header leverage crossdomain.xml/allow-http-request-headers so that full header are allowed for certain sites - in a controlled manner
... View more
‎May 21, 2014
07:14 AM
The change is heavy-handed. This is a disaster for the community of developers using Flash for enterprise applications - in particular Flex. Why disabling all headers ? Chrome/Pepperflash resolved the issue of cross-reference for navigateToURL in a more balanced manner by disabling only the complex headers, but *not* the simple headers, as defined in http://www.w3.org/TR/cors/#simple-header ***Please read*** the bug report at https://code.google.com/p/chromium/issues/detail?id=351612
... View more
‎May 18, 2014
09:35 AM
With 13.0.0.214, it is no longer allowed to send HTTP headers with your request. This is breaking hundreds of sites. Please vote here: https://bugbase.adobe.com/index.cfm?event=bug&id=3759971
... View more
‎May 16, 2014
12:48 AM
1 Upvote
vote for the bug: Bug 3759971: Security error #3769 is too excessive, breaks navigateToUrl()
... View more
‎May 15, 2014
09:35 PM
We had several hundred enterprise clients dead in the water because of this. We can't even wait for a fix and getting people to downgrade is not practical. As a workaround, we removed the headers sent with navigateToURL and changed the payload (a multi-form binary) to be encoded into a single string, with corresponding changes to decode it on the server side script. Not pretty, but it works as a temporary fix.
... View more