We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A number of web servers return 200 OK when they mean to return 404 Not Found. These end up producing error pages like this:
Error: Invalid .well-known/dat record, must provide a dat://{key} url
This test should probably check to see if a Dat URI is provided in the returned file or not and only return an error if the Dat URI is malformed.
dat-fox/background/dat-dns.js
Line 11 in 2820121
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A number of web servers return 200 OK when they mean to return 404 Not Found. These end up producing error pages like this:
This test should probably check to see if a Dat URI is provided in the returned file or not and only return an error if the Dat URI is malformed.
dat-fox/background/dat-dns.js
Line 11 in 2820121
The text was updated successfully, but these errors were encountered: