Merge pull request #6619 from InstabilSpielt/master

Add HSTS detection
main
Elbert Alias 2 years ago committed by GitHub
commit 31e954c660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 460.3 200"><defs><style>.cls-1{fill:#008ec7;}.cls-2{fill:#005b9b;}.cls-3{fill:#fff;}.cls-4{isolation:isolate;}.cls-5{fill:#ffd040;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="Layer_2-2" data-name="Layer 2"><g id="Layer_1-2-2" data-name="Layer 1-2"><path class="cls-1" d="M412.7,0H47.7L0,100,47.7,200H412.6l47.7-100ZM402.2,183.4H58.2L18.4,100,58.2,16.6h344L442,100Z"/><polygon class="cls-2" points="442 100 402.2 183.4 58.2 183.4 18.4 100 58.2 16.6 402.2 16.6 442 100"/><path class="cls-3" d="M130.2,71.9v59.5H116.4V107h-27v24.4H75.6V71.9H89.4V95.4h27V71.9Z"/><path class="cls-3" d="M156.7,83.1h-19V71.9h51.9V83.1h-19v48.3H156.7V83.1Z"/><path class="cls-3" d="M210.1,83.1H191V71.9h51.9V83.1h-19v48.3H210.1V83.1Z"/><path class="cls-3" d="M289.8,74.5a20.61,20.61,0,0,1,9,7.5,20.93,20.93,0,0,1,3.1,11.5,20.83,20.83,0,0,1-3.1,11.4,20.61,20.61,0,0,1-9,7.5,33.75,33.75,0,0,1-13.7,2.6h-12v16.4H250.3V71.9h25.8A33.75,33.75,0,0,1,289.8,74.5Zm-5,26.6a9.21,9.21,0,0,0,3.2-7.6,9.66,9.66,0,0,0-3.2-7.7c-2.1-1.8-5.3-2.7-9.4-2.7H264.2v20.7h11.2C279.4,103.8,282.6,102.9,284.8,101.1Z"/><g class="cls-4"><path class="cls-5" d="M389.6,119.9v11.4H344v-9l23.3-21.9a25.71,25.71,0,0,0,5-6.1,10.65,10.65,0,0,0,1.3-5,6.32,6.32,0,0,0-2.5-5.5c-1.6-1.3-4-1.9-7.2-1.9a16.42,16.42,0,0,0-7.1,1.5,13.48,13.48,0,0,0-5.3,4.5l-10.2-6.5a24.39,24.39,0,0,1,9.7-8.2,32.21,32.21,0,0,1,14.2-3A28.9,28.9,0,0,1,377,72.4a17.44,17.44,0,0,1,7.8,6.2,15.81,15.81,0,0,1,2.8,9.4,20.69,20.69,0,0,1-2.1,9.2c-1.4,2.9-4,6.1-8,9.8l-13.9,13.1h26Z"/></g><path class="cls-5" d="M327,59.8h11.8l-28.1,80.1H299Z"/></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 B

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