Skip to content
Snippets Groups Projects
Commit d5c869e4 authored by didierfred's avatar didierfred
Browse files
parents f0eef024 f527bbe7
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,13 @@ According to the version of Firefox, the addition of a new header behaves differ
## Limitation
Due to limitation in the webRequest API of browsers, header of request which are invoked by Javascript could not be modified.
Due to limitation in the webRequest API of browsers, headers of request which are invoked by Javascript could not be modified.
## Extension permissions
In order to work, the following browser permissions are needed for the extension:
- storage : needed to store the configuration and the rules
- activeTab, tabs : needed to show the configuration screen in the browser tab.
- webRequest,webRequestBlocking,<all_urls> : needed to modify the headers according to the rules table.
## License
The code is opensource under Mozilla Public License 2.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment