Allow Chrome to run WebGL apps from the local file system
I'm experimenting with a Unity application to see if it would be viable to run
it in Web Assembly/WebGL. Firefox allows running the application locally with
the file:/// notation, but Chrome does not. Chrome for security reasons
disallows this type of access.
It would be a hastle to upload