diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-11-12 18:53:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 18:53:51 +0100 |
| commit | 49407596278c2977511eab8df4b86dad0a0c22b2 (patch) | |
| tree | dd38bfdfdc5c48049eb2e92d40bb4f3fe4d97f63 /config | |
| parent | be1a390b505487aa2a2c9f1790cb9a80b6ca7fae (diff) | |
| download | invidious-49407596278c2977511eab8df4b86dad0a0c22b2.tar.gz invidious-49407596278c2977511eab8df4b86dad0a0c22b2.tar.bz2 invidious-49407596278c2977511eab8df4b86dad0a0c22b2.zip | |
Example config: Change 'use_quic' default value
Related to commit a120f143d7bbe67379d0ff51e96b111661e1d385
Also point towards the Github issue.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 3c79a61e..c3d52d32 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -157,10 +157,14 @@ 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: true +## Default: false ## -#use_quic: true +#use_quic: false ## ## Additionnal cookies to be sent when requesting the youtube API. |
