Jogadores online: This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support
Other Information
This error sometimes happens randomly but to reproduce it 100% of the times, hit F12 then enter the responsive mode where you test the resolution for mobile phones. If you refresh while in this mode then exit developer tools the same error appears until you refresh. If I donât go there the website works for about 10h (according to a friend of mine) then that error appears again. How do I fix aes.js since I canât remove it?
I couldnât replicate the error either. It looks like browser-specific behavior to me.
The device simulation alone isnât enough to cause interference in the security system. The error only appears when you:
disable the browserâs Javascript support
block the cookies being used by the security system
block aes.js file using ad-blockers, network tab in developer tools, etc.
disable certain Javascript features required for aes.js to work (i.e: ES5 features)
As far as I know, neither of these actions happen when you enter device simulation mode. Therefore, it shouldnât be blamed for this issue.
The latter has something to do with how aes.js was written and browser support. The aes.js found on most Infinityfree websites is quite similar to the various aes.js implementations from open-source libraries (i.e: slowaes). It was written using ES5 syntax or even lower.
The device simulation mode does not change the Javascript engine preference nor the maximum Ecmascript (ES) support level of your browserâs Javascript engine. It is one of the limitations of the device simulation mode. Unless the browser being used for the device simulation mode is incompatible with ES5, compatibility shouldnât be an issue.