Example config: Change 'use_quic' default value

Related to commit a120f143d7
Also point towards the Github issue.
このコミットが含まれているのは:
Samantaz Fox 2021-11-12 18:53:51 +01:00 committed by GitHub
コミット 4940759627
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更7行の追加3行の削除

ファイルの表示

@ -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.