class ActionDispatch::SSL
def self.default_hsts_options
def self.default_hsts_options { expires: HSTS_EXPIRES_IN, subdomains: true, preload: false } end
def self.default_hsts_options { expires: HSTS_EXPIRES_IN, subdomains: true, preload: false } end