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
991bb66883e3aeba20ff8a7a3d08c77032c83c80
parent
e84505c042181a6ae75f9ec2e7140c5d56fc4249
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-10-08 16:26
bump version to 0.7.1

Diffstat

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

2 files changed, 6 insertions, 1 deletions


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

@@ -1,3 +1,8 @@
   -1     1 # 0.7.1 (2023-10-08)
   -1     2 
   -1     3 -   Fix detection of inline scripts and CSS in firefox 115
   -1     4 
   -1     5 
    1     6 # 0.7.0 (2023-07-06)
    2     7 
    3     8 -   fix: do not count main request as "other"

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