Skip to content

Commit 00004bf

Browse files
authored
📚 more context for HTTPS-only docs
1 parent 56c8542 commit 00004bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ Create a `static.json` file to configure the web server for clean [`browserHisto
126126

127127
#### HTTPS-only
128128

129-
Enforce secure connections by automatically redirecting insecure requests to `https://`:
129+
Enforce secure connections by automatically redirecting insecure requests to **https://**, in `static.json`:
130130

131131
```json
132132
{
133133
"https_only": true
134134
}
135135
```
136136

137-
Prevent downgrade attacks by adding an HSTS header, [HTTP strict transport security](https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security):
137+
Prevent downgrade attacks with [HTTP strict transport security](https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security). Add HSTS `"headers"` to `static.json`:
138138

139139
```json
140140
{

0 commit comments

Comments
 (0)