summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml8
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.