forked from orbit-oss/flask
Fix typo in docs (#2419)
This commit is contained in:
parent
77b98a2762
commit
8e2ef5bde3
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ HTTP Strict Transport Security (HSTS)
|
|||
Tells the browser to convert all HTTP requests to HTTPS, preventing
|
||||
man-in-the-middle (MITM) attacks. ::
|
||||
|
||||
response.haders['Strict-Transport-Security'] = 'max-age=31536000; includeSubDomains'
|
||||
response.headers['Strict-Transport-Security'] = 'max-age=31536000; includeSubDomains'
|
||||
|
||||
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue