Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Add Dat protocol support #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Dat protocol support #63

wants to merge 1 commit into from

Conversation

da2x
Copy link

@da2x da2x commented Apr 2, 2019

Dat is peer-to-peer HTTP. Mozilla is working on bringing distributed web protocols natively into Firefox (libdweb), and the Cliqz browser (a Firefox fork) have already shipped beta builds that support the protocol out of the box.

This implementation assumes that Dat enabled archives are also available on HTTP and simply normalize Dat URLs to submit their HTTP equivalent. Non-DNS based Dat archives will be discarded by the existing TLD normalization.

Turns:
dat://beakerbrowser.com/

Into:
http://beakerbrowser.com/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant