This extension provides control over XMLHttpRequest and fetch methods by providing custom "access-control-allow-origin" and "access-control-allow-methods" headers to every requests that the browser receives. A user can toggle the extension on and off from the toolbar button. To modify how these headers are altered, use the right-click context menu items. You can customize what method are allowed. The default option is to allow 'GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'PATCH' methods. You can also ask the extension not to overwrite these headers when the server already fills them.
Preview:
https://www.youtube.com/watch?v=8berLeTjKDM
Default values:
Access-Control-Allow-Origin: request initiator or '*'
Access-Control-Allow-Methods: 'GET, PUT, POST, DELETE, HEAD, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK'
Access-Control-Allow-Methods: request initiator or '*'
Access-Control-Allow-Credentials: 'true'
Access-Control-Expose-Headers: request initiator or '*'
To report bugs please use: https://github.com/balvin-perrie/Access-Control-Allow-Origin---Unblock
Change Log:
0.1.7
1. Supports WEBDAV methods
- License: Mozilla Public License 2.0
- Weekly downloads: 350
- Average daily users: 5261
- Rating: 3.7619/5 of 21 ratings
- Created: 2019-01-22 11:10:02
- Last updated: 2021-04-10 04:45:16
- Homepage: https://add0n.com/access-control.html
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/cors-unblock/
- API: {8d9dd0f0-6dc5-4595-8c81-fab876d0fef0}