Browse Source

Fix typo in docs (#2419)

pull/2422/head
asmith26 7 years ago committed by Adrian
parent
commit
8e2ef5bde3
  1. 2
      docs/security.rst

2
docs/security.rst

@ -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…
Cancel
Save