Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 199 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 199 Bytes

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"

Usage

use Rack::SSL