We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get: TypeError (can't convert true into Hash)
The text was updated successfully, but these errors were encountered:
Line 167 in https://github.com/tobmatth/rack-ssl-enforcer/blob/master/lib/rack/ssl-enforcer.rb expects the :hsts option to be a hash. I'll fix this when i'm back home this evening (maybe @rymai or @thibaudgg are faster). Please use an options hash like
:hsts => { :expires => 31536000, :subdomains => true }
for now. Thanks...
Sorry, something went wrong.
Fixed in 464fc61, pushed new version to rubygems.org...
No branches or pull requests
I get:
TypeError (can't convert true into Hash)
The text was updated successfully, but these errors were encountered: