HelloZeroNet / HelloZeroNet/ZeroNet
Always show Bitcoin address in URL
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
If type domain name only or Bitcoin address only
`http://127.0.0.1:43110/Me.ZeroNetwork.bit`
`http://127.0.0.1:43110/1MeFqFfFFGQfa1J3gJyYYUvb5Lksczq7nH`
should redirect URL to full address
`http://127.0.0.1:43110/Me.ZeroNetwork.bit.1MeFqFfFFGQfa1J3gJyYYUvb5Lksczq7nH`
---
If type full address, domain name don't match Bitcoin address
`http://127.0.0.1:43110/Me.ZeroNetwork.bit.1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT`
should prompt user which to go
---
Reason:
Namecoin can expired, can be cybersquatted. People often share domain-name-only URL, if domain name down, people can't know the real site.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.