This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Open
Description
Hey, there's a special case where the auth is failing for me: using subdomains on localhost.
For example I use: http://gitlab.localhost:3000 in this PR.
There are a few places where you compare the location.hostname
with "localhost"
, it fails when hostanme
is something like foo.localhost
. Maybe you can compare it with location.hostname.split('.').pop()
.
Metadata
Assignees
Labels
No labels