From 76ad606a9e2aede7f6564caad4ee3937136d7039 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 16 Jul 2021 19:29:16 +0200 Subject: [PATCH] Reword the notes of 'disable_quic' option --- config/config.example.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 28e8127c..a6f9cc6b 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -146,9 +146,12 @@ https_only: false ## optimized. You can read more about QUIC at the link below: ## https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-31 ## -## Note: you should try both options and see what is the best for -## your instance. Also, some maintainers reported that using QUIC -## may reduce the occurence of captcha challenges from youtube. +## Note: you should try both options and see what is the best for your +## instance. In general QUIC is recommended for public instances, and +## not recommended for private one. Your mileage may vary. +## +## 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