I've written a simple extension to allow cross-origin resource requests when the html file is running locally from a specific directory (my dev/sandbox directory), but I'd also like to allow html files that are running from that directory to be able to make requests to local files. So:
Is it possible to emulate the --allow-file-access-from-files
flag using a chrome extension?