Change Oblivious DNS over HTTP to Oblivious DNS over HTTPS #3406
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
For some reason there is no S in Oblivious DNS over HTTPS almost anywhere in this project.
For example:
https://www.waterfox.net/blog/waterfox-in-2023/#dns-over-oblivious-http
https://www.waterfox.net/docs/releases/G6.0.1/
More importantly, it says Oblivious DNS over HTTP in the browser itself:
Is the implementation in Waterfox unencrypted, or is the missing S a typo?
Regardless, this fixes that in the descriptions/comments and in the en-US locale of the browser.
There are still functions named stuff like oblivious_http but I ain't touching that.
In an unrelated note, it seems impossible to use anything but CloudFlare for this feature. Any plans of changing that? Just curious.
Thanks for making this browser!