Skip to content

Commit 61bf6fd

Browse files
committed
docs: add keyword "HSTS"
1 parent e32d1d2 commit 61bf6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class App extends BaseConfig
131131
* If true, this will force every request made to this application to be
132132
* made via a secure connection (HTTPS). If the incoming request is not
133133
* secure, the user will be redirected to a secure version of the page
134-
* and the HTTP Strict Transport Security header will be set.
134+
* and the HTTP Strict Transport Security (HSTS) header will be set.
135135
*/
136136
public bool $forceGlobalSecureRequests = false;
137137

0 commit comments

Comments
 (0)