diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-01-25 13:53:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-25 13:53:46 +0100 |
| commit | e00f9a869d9316c40481ab02d22f2106182eddb7 (patch) | |
| tree | 324b6a3eec009795ae6704ae63bd5f1e4c042931 /config | |
| parent | 662cf2f6333c7a3c01997862f6f98d17aa103ebd (diff) | |
| download | invidious-e00f9a869d9316c40481ab02d22f2106182eddb7.tar.gz invidious-e00f9a869d9316c40481ab02d22f2106182eddb7.tar.bz2 invidious-e00f9a869d9316c40481ab02d22f2106182eddb7.zip | |
config: remove note about QUIC disabled at Google
The situation is back to normal.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index c3d52d32..d1c1f300 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -157,10 +157,6 @@ https_only: false ## Note 2: Using QUIC prevents some captcha challenges from appearing. ## See: https://github.com/iv-org/invidious/issues/957#issuecomment-576424042 ## -## Note 3: As of 2021-11-12, Google seems to have disabled QUIC on -## their servers. The default has been changed to 'false'.Read more -## at: https://github.com/iv-org/invidious/issues/2577 -## ## Accepted values: true, false ## Default: false ## |
