fix iqdbproxy

This commit is contained in:
r888888888
2018-06-23 11:09:03 -07:00
parent 3ba5c6fb51
commit 8f2f418613
2 changed files with 10 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class CurrentUser
end
def self.root_url
Thread.current[:current_root_url] || "http://#{Danbooru.config.hostname}/"
Thread.current[:current_root_url] || "https://#{Danbooru.config.hostname}/"
end
def self.root_url=(root_url)