Skip to content

Commit 859d324

Browse files
Elchi3ddbeck
andauthored
Add HSTS (#2239)
* Add HSTS * Update features/hsts.yml Co-authored-by: Daniel D. Beck <[email protected]> --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 8350fe2 commit 859d324

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

features/draft/spec/rfc6797.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

features/hsts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: HTTP Strict Transport Security
2+
description: The `Strict-Transport-Security` HTTP response header informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS. Also known as HSTS.
3+
spec: https://www.rfc-editor.org/rfc/rfc6797
4+
group: security
5+
compat_features:
6+
- http.headers.Strict-Transport-Security

features/draft/spec/rfc6797.yml.dist renamed to features/hsts.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: rfc6797.yml
1+
# Generated from: hsts.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

0 commit comments

Comments
 (0)