You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic for matching subdomain.domain.com to domain.com resides in Realm.find_by_url. It should be moved to Domain such that Domain.resolve_from_host_name('subdomain.domain.com') would return domain.com given that there was no subdomain.domain.com registered.
The text was updated successfully, but these errors were encountered:
The logic for matching
subdomain.domain.com
todomain.com
resides inRealm.find_by_url
. It should be moved toDomain
such thatDomain.resolve_from_host_name('subdomain.domain.com')
would returndomain.com
given that there was nosubdomain.domain.com
registered.The text was updated successfully, but these errors were encountered: