-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(portal): Add support for tlds and suins subnames #121
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0c5eb9e
to
2a53bed
Compare
2a53bed
to
3ba7ffc
Compare
3ba7ffc
to
0babe74
Compare
0babe74
to
89002f1
Compare
89002f1
to
dafb3b8
Compare
dafb3b8
to
edac936
Compare
edac936
to
2dc65c3
Compare
I still need to check if the suins subnames work as expected. |
Urls should be like: 'https://subname.suinsname.localhost:8080' Not like: 'https://suinsname.subname.localhost:8080'
f7d8ea6
to
bb89489
Compare
bb89489
to
76d204d
Compare
76d204d
to
594c9c4
Compare
Each parse-domain release comes up with a specific public suffix list. We use a fixed version temporarily, until the walrus.site gets added to the list, and the domain_parsing.ts code gets updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Tzal3x ! just left one comment open about merging the two functions. Please go ahead and merge if you think it is not necessary 👍
Co-authored-by: giac-mysten <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit; happy for you to merge as is tho!
We are currently supporting only a pattern of domains like this
0x123.walrus.sites
.This PR makes it possible to:
0x123.localhost:8080
,0x123.walrus.co.uk
subsubname.subname.suinsname.walrus.sites
Connected issues:
co.uk
#26