From 11932d8b2afe93d78726bc797ea550992a7edfaa Mon Sep 17 00:00:00 2001
From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com>
Date: Thu, 4 Aug 2022 11:05:20 +0200
Subject: [PATCH 1/4] updated HTTP/3
---
src/technologies/h.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/technologies/h.json b/src/technologies/h.json
index 1cd02710f..6eac64e43 100644
--- a/src/technologies/h.json
+++ b/src/technologies/h.json
@@ -1442,13 +1442,14 @@
"website": "https://hyva.io/"
},
"HTTP/3": {
+ "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
"cats": [
19
],
- "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
"excludes": "HTTP/2",
"headers": {
- "Alt-Svc": "h3"
+ "Alt-Svc": "h3",
+ "X-Firefox-Http3": "h3"
},
"website": "https://httpwg.org/"
}
From 6e3c72e70e146212cd09802038334c3668b9ceb7 Mon Sep 17 00:00:00 2001
From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com>
Date: Sun, 7 Aug 2022 15:45:26 +0200
Subject: [PATCH 2/4] added HSTS
---
src/technologies/h.json | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/technologies/h.json b/src/technologies/h.json
index 6eac64e43..98c4e1917 100644
--- a/src/technologies/h.json
+++ b/src/technologies/h.json
@@ -1452,5 +1452,14 @@
"X-Firefox-Http3": "h3"
},
"website": "https://httpwg.org/"
+ },
+ "HSTS": {
+ "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
+ "cats": [
+ 19
+ ],
+ "headers": {
+ "Strict-Transport-Security": ""
+ }
}
}
From 838791914b3b967ff10910eb570a789ff9ef2513 Mon Sep 17 00:00:00 2001
From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com>
Date: Sun, 7 Aug 2022 21:04:52 +0200
Subject: [PATCH 3/4] updated HTTP/2 icon
---
src/drivers/webextension/images/icons/HTTP2.svg | 1 +
src/drivers/webextension/images/icons/http2.png | Bin 674 -> 0 bytes
src/technologies/h.json | 2 +-
3 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 src/drivers/webextension/images/icons/HTTP2.svg
delete mode 100644 src/drivers/webextension/images/icons/http2.png
diff --git a/src/drivers/webextension/images/icons/HTTP2.svg b/src/drivers/webextension/images/icons/HTTP2.svg
new file mode 100644
index 000000000..9aa163146
--- /dev/null
+++ b/src/drivers/webextension/images/icons/HTTP2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/drivers/webextension/images/icons/http2.png b/src/drivers/webextension/images/icons/http2.png
deleted file mode 100644
index 9fd86d88674a6e732eb4103beb04d1ac4e35ac2f..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 674
zcmV;T0$u%yP)=qJB(TP)j-Fnf;Vaj
z^T`r|5yj0I{|p==_;Y0q9Oq}!ZnF2!0K@0vMGL;Lq+9PU$9gxwu*W|N*oq5JejyZd
zJ>HuEhClkQZNt;~s&xnj=8!kgIhw%qmppa`|9XP+$QkIQ%wr3yyWp#OU1aa&4ICa*
z5c#}<<`{gR#j)GMD=B6mNbsRgt#HF^pey27^}HG2@_OS#4(;OR$3NIN6vu&)#kM*~
z@?_u$Wq18u7Iu+cH;^qE$k-^JtJw7gX9Hcg61es@1KG%sxuY~kSY`#fY2ejY%hK>%
z*+5S;xmQ`XH^A^KFMmtJR|wv_H{9MpPxN0umkq87yyw#G_|%;gW`7njLuK}1TNUtZ
zv-35Fwo$k0fv0ZB6Y$~dw$c9KMZ8XxTHwWsiN0~yaJfpzlb^kpZh@~6JR}B}FU9js
z*_Wy&!m*SnT-*Qy2By^(`0)wh%q4pP-SeLAIDF-ri4zkk8L+qk&hYeP}SGaovoP9qnHOGe0pgQ3T+`R$*_xbKutv9S~@CokDz}D$DOkm)y
zukdXHWvA@#f77hu<1^g-3Y>e8MxXe7&$WSJQjJvk&tm4_U#JFQ3o`;mmH+?%07*qo
IM6N<$f}ICWF#rGn
diff --git a/src/technologies/h.json b/src/technologies/h.json
index 1f45d85b6..fc1c499bc 100644
--- a/src/technologies/h.json
+++ b/src/technologies/h.json
@@ -74,7 +74,7 @@
"Alt-Svc": "h2",
"X-Firefox-Spdy": "h2"
},
- "icon": "http2.png",
+ "icon": "HTTP2.svg",
"website": "https://http2.github.io"
},
"HTTP/3": {
From 51cee5ec91f9fea4ec53aea76197a8a06f1452cc Mon Sep 17 00:00:00 2001
From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com>
Date: Sun, 7 Aug 2022 16:13:28 +0200
Subject: [PATCH 4/4] updated HSTS
---
src/technologies/h.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/technologies/h.json b/src/technologies/h.json
index fc1c499bc..5102fdfa8 100644
--- a/src/technologies/h.json
+++ b/src/technologies/h.json
@@ -87,6 +87,7 @@
"Alt-Svc": "h3",
"X-Firefox-Http3": "h3"
},
+ "icon": "HTTP3.svg",
"website": "https://httpwg.org/"
},
"Haddock": {
@@ -1474,10 +1475,11 @@
"HSTS": {
"description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
"cats": [
- 19
+ 16
],
"headers": {
"Strict-Transport-Security": ""
- }
+ },
+ "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1"
}
}