cure53 / Flashbang

Project "Flashbang" - An open-source Flash-security helper
https://cure53.de/flashbang
Mozilla Public License 2.0
206 stars 55 forks source link

Shumway doesn't work on Firefox on OSX #11

Closed flabbergastedbd closed 9 years ago

flabbergastedbd commented 10 years ago

So, inturn flashbang will not work

Bug : Here

cure53 commented 10 years ago

There seem to be similar issues with FF on Linux:

NS_ERROR_FAILURE: 
http://flashbang/shumway/examples/inspector/js/classes/Terminal.js
Line 91
cure53 commented 10 years ago

Can we work around it somehow? Why not style/script the Iframe to be 1px/1px/transparent? This strikes me as an issue we can easily fix on our own.

flabbergastedbd commented 10 years ago

Not just in Terminal.js we have this issue in multiple places, the issue is with canvas which we are using for our trace terminal

cure53 commented 10 years ago

@tunnelshade Is there meanwhile anything we can do about that?

mozfreddyb commented 10 years ago

Latest comment might have been ironic, but I suggest at least this: Check if the user is on OS X, if not - don't show the Firefox warning. You can look navigator.oscpu for this.

mozfreddyb commented 10 years ago

I think it should be visibility: hidden instead of display: hidden.

flabbergastedbd commented 10 years ago

Oops, that was a blunder. Fixed it