614bbc6f1b
Rack::SSL ========= Force SSL/TLS in your app. 1. Redirects all "http" requests to "https" 2. Set `Strict-Transport-Security` header 3. Flag all cookies as "secure"
8 lines
167 B
Text
8 lines
167 B
Text
Rack::SSL
|
|
=========
|
|
|
|
Force SSL/TLS in your app.
|
|
|
|
1. Redirects all "http" requests to "https"
|
|
2. Set `Strict-Transport-Security` header
|
|
3. Flag all cookies as "secure"
|