@@ -37,8 +37,8 @@ The extension is also useful to see what the web page in your browser
3737is doing (or trying to do) behind the scene.
3838
3939The number which appear in the extension icon correspond to the total number
40- of ** distinct** requests attempted (successfully or not depending on whether it was
41- whitelisted/blacklisted ) behind the scene.
40+ of ** distinct** requests attempted (successfully or not depending on whether a
41+ request was allowed/blocked ) behind the scene.
4242
4343Simply click on the appropriate entry in the matrix in order to whitelist,
4444blacklist or graylist a component. * Graylisting* means the blocked or allowed
@@ -48,13 +48,13 @@ status will be inherited from another entry in the matrix.
4848reaching their destination:
4949 * Dark red square: the specific domain name and/or type of request is
5050specifically blacklisted.
51- * Pale red square: the blacklist status in inherited because the entry is
51+ * Pale red square: the blacklist status is inherited because the entry is
5252graylisted.
5353- Greenish square = effectively whitelisted, i.e. requests are allowed to reach
5454their intended destination:
5555 * Bright green square = the specific domain name and/or type of request is
5656specifically whitelisted.
57- * Pale green square = the whitelist status in inherited because the entry is
57+ * Pale green square = the whitelist status is inherited because the entry is
5858graylisted.
5959
6060The top-left cell in the matrix represents the default global setting (the
0 commit comments