method
default_hsts_options
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::SSL
default_hsts_options()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/ssl.rb, line 5
def self.default_hsts_options
{ :expires => YEAR, :subdomains => false }
end