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
f5d03f2c24be05d65aa3eac66163d0c1e09678aa
parent
ef4665ce0e8e537361cd1a29d5ab5848dad9599f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-01 20:20
bump version to 0.0.1

Diffstat

A CHANGES.md 10 ++++++++++
M manifest.json 2 +-

2 files changed, 11 insertions, 1 deletions


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

@@ -0,0 +1,10 @@
   -1     1 # 0.0.1 (2022-08-01)
   -1     2 
   -1     3 -   fix extension icon
   -1     4 -   fix: include subdomains in first-party rule
   -1     5 -   fix hostname sorting for first party subdomains
   -1     6 
   -1     7 
   -1     8 # 0.0.0 (2022-07-30)
   -1     9 
   -1    10 -   initial release

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