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
6e11bcf6c8af09f532df785ebef135e9184b2824
parent
a8c56606e70a49eda7057e638303a0452a958745
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-25 07:45
bump version to 0.4.0

Diffstat

M CHANGES.md 6 ++++++
M manifest.json 2 +-

2 files changed, 7 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 # 0.4.0 (2023-02-25)
   -1     2 
   -1     3 -   allow to have temporary and permanent rules
   -1     4 -   fix: add title for settings page
   -1     5 
   -1     6 
    1     7 # 0.3.1 (2022-11-27)
    2     8 
    3     9 -   fix: do not clear request counts on navigation inside frame

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.3.1",
   -1     7   "version": "0.4.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",