Skip to content

Commit

Permalink
Use https to connect to AGW
Browse files Browse the repository at this point in the history
This prevents potential MITM attacks
  • Loading branch information
beatrohrer authored and nimaai committed Apr 19, 2016
1 parent 80b9b7b commit f43d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/authenticator/zhdk_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'cgi'
class Authenticator::ZhdkController < Authenticator::AuthenticatorController

AUTHENTICATION_URL = 'http://www.zhdk.ch/?auth/leihs2'
AUTHENTICATION_URL = 'https://www.zhdk.ch/?auth/leihs2'
APPLICATION_IDENT = '7f6d33ca2ad44359c826e2337d9315b1'
SUPER_USERS = ['e157339|zhdk',
'e159123|zhdk',
Expand Down

0 comments on commit f43d0a0

Please sign in to comment.