xiHeaders

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

commit
026393bc6cd3835b7b01ec3e8a3c28bd248b2265
parent
c00d71b8c941b9440672d76cc28927b34109325a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-05-03 09:04
README: use code markup

Diffstat

M README.md 8 ++++----

1 files changed, 4 insertions, 4 deletions


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

@@ -7,11 +7,11 @@ extremely simple (~100 lines of code).
    7     7 
    8     8 Rules are defined as a JSON. Each rule has the following properties:
    9     9 
   10    -1 -   pattern: the URL pattern this rule applies to. Patterns can include `*` as
   -1    10 -   `pattern`: the URL pattern this rule applies to. Patterns can include `*` as
   11    11     a wildcard.
   12    -1 -   header: the name of the header
   13    -1 -   value: the new value
   14    -1 -   action: add|replace|remove [default: replace]
   -1    12 -   `header`: the name of the header
   -1    13 -   `value`: the new value
   -1    14 -   `action`: `add|replace|remove` [default: `replace`]
   15    15 
   16    16 ## Examples
   17    17