mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Go strict
This commit is contained in:
parent
9182bbd1eb
commit
b3641075fc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ActionMailbo
|
|||
end
|
||||
|
||||
def expected_signature
|
||||
Base64.encode64(OpenSSL::HMAC.digest(OpenSSL::Digest::SHA1.new, key, message)).strip
|
||||
Base64.strict_encode64 OpenSSL::HMAC.digest(OpenSSL::Digest::SHA1.new, key, message)
|
||||
end
|
||||
|
||||
def message
|
||||
|
|
Loading…
Reference in a new issue