xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

commit
7bf09cf153f1c81a6f95989064d380b810d28ea1
parent
1c4b122472ad89ddedec127fd78bc982174d5107
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-18 14:42
bump version to 0.6.0

Diffstat

M CHANGES.md 5 +++++
M README.md 1 -
M manifest.json 2 +-

3 files changed, 6 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,8 @@
   -1     1 # 0.6.0 (2023-05-18)
   -1     2 
   -1     3 -   allow to block cookies
   -1     4 
   -1     5 
    1     6 # 0.5.0 (2023-05-03)
    2     7 
    3     8 -   add reset button

diff --git a/README.md b/README.md

@@ -26,7 +26,6 @@ to allow only those requests you want. Definitely for advanced users.
   26    26 		-	I am sure some of the details of the rule inheritance are different. I
   27    27 			tried to produce something that works for me rather than copying every
   28    28 			detail.
   29    -1 	-	it is not currently possible to block cookies
   30    29 	-	the popup is not updated while it is open. You have to close and open it
   31    30 		again to refresh the data.
   32    31 	-	the icon does not show the amount of blocked requests

diff --git a/manifest.json b/manifest.json

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/xiMatrix",
    6     6   "description": "block requests based on domain and type",
    7    -1   "version": "0.5.0",
   -1     7   "version": "0.6.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",