sammacbeth / dat-fox

dat:// protocol as a Firefox webextension
MIT License
250 stars 12 forks source link

Replace dat.redirect domain #3

Closed evilpie closed 6 years ago

evilpie commented 6 years ago

Please instead of using dat.redirect use a Reserved domain. In the unlikely case that something goes wrong with the extension, nobody could every register .redirect. For example dat.redirect.localhost would work.

sammacbeth commented 6 years ago

This is a good point, I'll update it. dat.localhost is nice because it also conveys that the bridge is running locally when the protocol handler popup is displayed.