From 49407596278c2977511eab8df4b86dad0a0c22b2 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 12 Nov 2021 18:53:51 +0100 Subject: [PATCH] Example config: Change 'use_quic' default value Related to commit a120f143d7bbe67379d0ff51e96b111661e1d385 Also point towards the Github issue. --- config/config.example.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 ## -## Accepted values: true, false -## Default: true +## 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 ## -#use_quic: true +## Accepted values: true, false +## Default: false +## +#use_quic: false ## ## Additionnal cookies to be sent when requesting the youtube API.