Skip to content

Commit

Permalink
Update security.md typo about HTTP Strict-Transport-Security [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yysaki committed Dec 2, 2023
1 parent b3b230c commit 7f94cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/security.md
Expand Up @@ -1139,7 +1139,7 @@ config.action_dispatch.default_headers.clear

### `Strict-Transport-Security` Header

The HTTP [`Strict-Transport-Security`][] (HTST) response header makes sure the
The HTTP [`Strict-Transport-Security`][] (HSTS) response header makes sure the
browser automatically upgrades to HTTPS for current and future connections.

The header is added to the response when enabling the `force_ssl` option:
Expand Down

0 comments on commit 7f94cb9

Please sign in to comment.