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
1a446b39c0b739b3a7fb7499567adb7948b1ab7a
parent
ede8568807f1ba6552c4eb9c38ae0e64fea82485
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-03 20:50
html: add lang attribute

Diffstat

M src/popup.html 2 +-
M src/settings.html 2 +-

2 files changed, 2 insertions, 2 deletions


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

@@ -1,5 +1,5 @@
    1     1 <!DOCTYPE html>
    2    -1 <html>
   -1     2 <html lang="en">
    3     3 <head>
    4     4 	<meta charset="utf-8">
    5     5 	<link rel="stylesheet" href="popup.css">

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

@@ -1,5 +1,5 @@
    1     1 <!DOCTYPE html>
    2    -1 <html>
   -1     2 <html lang="en">
    3     3 <head>
    4     4 	<meta charset="utf-8">
    5     5 	<link rel="stylesheet" href="settings.css">