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
9fad505d76fe2725b3b38dc24270fe9900c9e426
parent
1cfca1a5a60a3dac6275ffc6562003a385f6e4f2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-12-07 23:39
bump version to 0.8.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.8.0 (2023-12-08)
   -1     2 
   -1     3 -   Store requests to session storage instead of local storage
   -1     4 -   Add experimental support for domain patterns
   -1     5 
   -1     6 
    1     7 # 0.7.1 (2023-10-08)
    2     8 
    3     9 -   Fix detection of inline scripts and CSS in firefox 115

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