xiHeaders

webextension to modify request headers  https://addons.mozilla.org/firefox/addon/xiheaders/
git clone https://git.ce9e.org/xiHeaders.git

commit
8600b61e6381635cf5aef67ca12db1025e01f88d
parent
5a2b1cdf1da141669e22abe1db2c138b5f6a6d32
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-05-03 09:06
bump version to 0.2.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.2.0 (2025-05-03)
   -1     2 
   -1     3 -   add `request_types` rules parameter
   -1     4 -   rules now by default apply to all requests, not just the main frame
   -1     5 
   -1     6 
    1     7 # 0.1.0 (2025-04-26)
    2     8 
    3     9 -   fix default rules value

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/xiHeaders",
    6     6   "description": "modify request headers",
    7    -1   "version": "0.1.0",
   -1     7   "version": "0.2.0",
    8     8   "action": {
    9     9     "default_title": "xiHeaders"
   10    10   },