mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-11 04:15:12 +02:00
On case sensitive systems (e.g. usually linux) this doesn't work as the proper name is all lowercased.
parent
8df2621a92
commit
4716cbf5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ RYifAJRfbhsitJeOrDNxWURCCkPsVR4ihCPXNv-ePbA
|
|||
|
||||
```ruby
|
||||
require 'openssl'
|
||||
require 'Base64'
|
||||
require 'base64'
|
||||
|
||||
key = "test"
|
||||
data = "https://www.google.fr/images/srpr/logo11w.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue