method
default_hsts_options
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::SSL
default_hsts_options()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/ssl.rb, line 46
def self.default_hsts_options
{ expires: HSTS_EXPIRES_IN, subdomains: false, preload: false }
end