Skip to content
Snippets Groups Projects
Commit f527bbe7 authored by didierfred's avatar didierfred
Browse files

modify extension permissions information

parent f0069df4
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ According to the version of Firefox, the addition of a new header behaves differ
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 urls according to the rules table.
- 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