feat(server): match www. first to allow www.user.tld when a key is registered with the user.tld domain #151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/auto-www-domain"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When receiving a request with a
Hostbeginning withwww., try and match without that prefix first, to reduce squats and follow common Web conventions while still only allowing one domain per key.Ref #145