However, this appears to no longer be the case for Firefox, as I'm getting this error in the console for every file it tries to read:Instructions : Just open the /editor.html and /player.html pages in your browser. (Provided the browser's same origin policy does not interfere : as of writing, Firefox's default policy should allow everything to work directly from the file system, while Chrome's doesn't).
Is there any way for me to get around this and test things locally in my browser without needing to delve into any of the SQL web server stuff? Does anybody else do this? Also another minor question while I'm at it, but if I have a trial on my account here, how exactly do I grab the data from that trial to put it in the mock_trial_data.txt file? Is that something any user can just do?Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///[file path]. (Reason: CORS request not http).
If anyone can answer these questions, I would appreciate it. If I can get these things working, hopefully I might be able to contribute some things myself rather than just constantly making a bunch of suggestions for other people to do.