From f527bbe73afc1709f419b28be4435e633cc8e78b Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Tue, 17 Sep 2019 13:49:18 +0200
Subject: [PATCH] modify extension permissions information

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 349b4d3..6ca730f 100644
--- a/README.md
+++ b/README.md
@@ -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 
-- 
GitLab