ooni-probe-cli/internal/engine/legacy
Simone Basso 0a322ebab0
[forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594)
This commit forward ports dedd84fa7ecb09f718f6b1a9c83999cb37b34dfa.

Original commit message:

- - -

This diff changes code the release/3.11 branch to ensure we're not using dns.google and www.google.com over HTTP3. As documented in https://github.com/ooni/probe/issues/1873, since this morning (approx) these services do not support HTTP3 anymore. (I didn't bother with checking whether this issue affects _other_ Google services; I just limited my analysis to the services that we were using as part of testing.)

This patch WILL require forward porting to the master branch.
2021-11-12 14:43:28 +01:00
..
assetsdir refactor: redesign how we import assets (#260) 2021-04-01 16:57:31 +02:00
errorsx [forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594) 2021-11-12 14:43:28 +01:00
netx refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
netxlogger refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
oonidatamodel refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
oonitemplates refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
README.md chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00

Package github.com/ooni/probe-engine/legacy

This package contains legacy code that we will soon remove. When this folder is empty, it means there's no large, incremental refactoring in progress.