class Rack::Protection::StrictTransport

def call(env)

def call(env)
  status, headers, body = @app.call(env)
  headers['Strict-Transport-Security'] ||= strict_transport
  [status, headers, body]
end