diff options
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 2f5228a6..219aa03f 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -186,6 +186,18 @@ https_only: false ## # use_innertube_for_captions: false +## +## Send Google session informations. This is useful when Invidious is blocked +## by the message "This helps protect our community." +## See https://github.com/iv-org/invidious/issues/4734. +## +## Warning: These strings gives much more identifiable information to Google! +## +## Accepted values: String +## Default: <none> +## +# po_token: "" +# visitor_data: "" # ----------------------------- # Logging |
