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 9fd86d886..000000000 Binary files a/src/drivers/webextension/images/icons/http2.png and /dev/null differ diff --git a/src/technologies/h.json b/src/technologies/h.json index a1682f640..5102fdfa8 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -74,17 +74,18 @@ "Alt-Svc": "h2", "X-Firefox-Spdy": "h2" }, - "icon": "http2.png", + "icon": "HTTP2.svg", "website": "https://http2.github.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" }, "icon": "HTTP3.svg", "website": "https://httpwg.org/" @@ -1470,5 +1471,15 @@ "onetime" ], "website": "https://hyva.io/" + }, + "HSTS": { + "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.", + "cats": [ + 16 + ], + "headers": { + "Strict-Transport-Security": "" + }, + "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1" } }