remove path from endpoint

This commit is contained in:
Sven Fuchs 2013-09-11 00:34:38 +02:00
parent 2aba520512
commit 0468b1e327

View File

@ -109,7 +109,7 @@ window.Auth = Ember.Object.extend
expectedOrigin: ->
endpoint = @get('endpoint')
if endpoint[0] == '/' then @receivingEnd else endpoint
if endpoint[0] == '/' then @receivingEnd else endpoint.match(/^https?:\/\/[^\/]*/)[0]
sendToApp: (name) ->
# TODO: this is an ugly solution, we need to do one of 2 things: