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
ebb0c9a4b0780cda266de38fd6df2d05e7104332
parent
967a2ebbc97e7fc6ea696dc0bbf46958c3df5be5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-07 15:34
Fixup 4361df4: rm note in help about missing inline counts

Diffstat

M src/popup.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/popup.html b/src/popup.html

@@ -10,7 +10,7 @@
   10    10 		<p>In the table above, the columns represent different types of requests. The rows represent domains. Numbers show how many requests of a given type the current tab tries to make to the given domain. Red cells are blocked, green cells are allowed. Light green cells are allowed indirectly, e.g. because they represent a sub-domain of an allowed domain. Grey cells are disabled..</p>
   11    11 		<p>By default, everything is blocked. You can click on a cell to allow it. You can also click on the domain or type to allow the complete row or column. There are also some special rows:</p>
   12    12 		<ul>
   13    -1 			<li><strong>inline</strong>: This row is in charge of blocking inline code, e.g. <code>&lt;script&gt;</code>-elements that are directly embedded into the HTML code. Note that some cells are disabled, e.g. there is no such thing as an "inline XHR". Unfortunately, there are no request counts in this row.</li>
   -1    13 			<li><strong>inline</strong>: This row is in charge of blocking inline code, e.g. <code>&lt;script&gt;</code>-elements that are directly embedded into the HTML code. Note that some cells are disabled, e.g. there is no such thing as an "inline XHR".</li>
   14    14 			<li><strong>first-party</strong>: This row allows you to set global defaults for requests to the same domain as the page itself.</li>
   15    15 			<li><strong>sub-domains</strong>: If you allow a domain, all of its sub-domains are allowed along with it.</li>
   16    16 		</ul>