An open API service indexing awesome lists of open source software.

https://github.com/tomashubelbauer/firefox-cors

Notes of working around CORS with Firefox localhost file: protocol
https://github.com/tomashubelbauer/firefox-cors

cors file-protocol firefox

Last synced: 11 months ago
JSON representation

Notes of working around CORS with Firefox localhost file: protocol

Awesome Lists containing this project

README

          

# Firefox CORS on the `file` protocol

To disable the restrictions where Firefox applies CORS to URLs using the `file:`
protocol, go to `about:config` and set `privacy.file_unique_origin` to `false`.

https://bugzilla.mozilla.org/show_bug.cgi?id=1500453