Skip to content

Commit

Permalink
Add HSTS (#2239)
Browse files Browse the repository at this point in the history
* Add HSTS

* Update features/hsts.yml

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

---------

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
Elchi3 and ddbeck authored Nov 18, 2024
1 parent 8350fe2 commit 859d324
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions features/draft/spec/rfc6797.yml

This file was deleted.

6 changes: 6 additions & 0 deletions features/hsts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: HTTP Strict Transport Security
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.
spec: https://www.rfc-editor.org/rfc/rfc6797
group: security
compat_features:
- http.headers.Strict-Transport-Security
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from: rfc6797.yml
# Generated from: hsts.yml
# Do not edit this file by hand. Edit the source file instead!

status:
Expand Down

0 comments on commit 859d324

Please sign in to comment.