Override JS "Not allowed to load local resource" error
There's an online game called OGame. It supports skins and it also supports local skins. So, to minimize loading speeds, I decided to put local skin to /private/var/mobile/Media/Ogame/reloaded/ and put file:///private/var/mobile/Media/Ogame/reloaded/ as a skin path. Of course, I had file:/// patch installed.
Now, when I load the game I get this error (thanks to debug option in Safari):
JavaScript Error on Line <whatever>:
Not allowed to load local resource: <correct image path>
As I understand, this is Safari's issue or feature. Is there a way to override it?