What to be aware of in protected mode
Some of our players can't load our web game. In Firefox the game just stops loading.
I now found that disabling the protected mode in Firefox actually did help. Of course this does not sound like a good solution to tell the users to turn off protected mode.
Our game is loading tons of texctures, xml atlas files and run several server calls during game loading. Then it stops after loading one of multiple xml files in protected mode.
What can I do to make sure this is not happening in protected mode? How can I debug this?