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] 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" } }