Skip to content

Commit

Permalink
change protocol to https
Browse files Browse the repository at this point in the history
  • Loading branch information
abbottry committed Oct 12, 2012
1 parent 51e93c9 commit 81bc2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imgix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
module Imgix
def self.options
@options ||= {
:protocol => "http",
:protocol => "https",
:base_url => "imgix.net"
}
end
Expand Down

0 comments on commit 81bc2d3

Please sign in to comment.