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.
1 parent 6cef8c7 commit cfad0e5Copy full SHA for cfad0e5
lib/secure_headers.rb
@@ -212,7 +212,6 @@ def set_x_permitted_cross_domain_policies_header(options=self.class.secure_heade
212
# we can't use ||= because I'm overloading false => disable, nil => default
213
# both of which trigger the conditional assignment
214
def secure_header_options_for(type, options)
215
- warn "[DEPRECATION] secure_header_options_for will not be supported in secure_headers 3.x."
216
options.nil? ? ::SecureHeaders::Configuration.send(type) : options
217
end
218
lib/secure_headers/version.rb
@@ -1,3 +1,3 @@
1
module SecureHeaders
2
- VERSION = "2.5.0"
+ VERSION = "2.5.1"
3
0 commit comments