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
- Host: GitHub
- URL: https://github.com/tomashubelbauer/firefox-cors
- Owner: TomasHubelbauer
- Created: 2020-02-27T18:11:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:19:10.000Z (about 4 years ago)
- Last Synced: 2025-06-01T16:42:21.301Z (about 1 year ago)
- Topics: cors, file-protocol, firefox
- Language: Markdown
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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