]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/client_application.rb
Exclude hidden diary entries and comments from spam scoring
[rails.git] / app / models / client_application.rb
index 67b86417a3a6a069a23d45e5e059c7b4aa415b87..c95ffc322ce722bba0ce9f44293c4b0b1cc1c5fd 100644 (file)
@@ -68,7 +68,7 @@ class ClientApplication < ActiveRecord::Base
   end
 
   def oauth_server
-    @oauth_server ||= OAuth::Server.new("http://" + SERVER_URL)
+    @oauth_server ||= OAuth::Server.new("https://" + SERVER_URL)
   end
 
   def credentials