We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2664d3 + 3bdcc4f commit 022f0b5Copy full SHA for 022f0b5
lib/secure_headers.rb
@@ -39,6 +39,9 @@ def secure_headers_options
39
end
40
41
def ensure_security_headers options = {}
42
+ if RUBY_VERSION == "1.8.7"
43
+ warn "[DEPRECATION] secure_headers ruby 1.8.7 support will dropped in the next release"
44
+ end
45
self.secure_headers_options = options
46
before_filter :prep_script_hash
47
before_filter :set_hsts_header
lib/secure_headers/version.rb
@@ -1,3 +1,3 @@
1
module SecureHeaders
2
- VERSION = "2.2.3"
+ VERSION = "2.2.4"
3
0 commit comments