diff options
| author | Emilien Devos <4016501+unixfox@users.noreply.github.com> | 2024-07-24 19:28:47 +0200 |
|---|---|---|
| committer | Emilien Devos <4016501+unixfox@users.noreply.github.com> | 2024-07-24 19:28:47 +0200 |
| commit | 53223f99b03ac1a51cb35f7c33d4939083dc6f1a (patch) | |
| tree | ec3c4d1a7257c2e49af035ce5abe0fe9b5cb532a /config/config.example.yml | |
| parent | 325561e7553601e0f81ba72ca33ffe52079f3b2a (diff) | |
| download | invidious-53223f99b03ac1a51cb35f7c33d4939083dc6f1a.tar.gz invidious-53223f99b03ac1a51cb35f7c33d4939083dc6f1a.tar.bz2 invidious-53223f99b03ac1a51cb35f7c33d4939083dc6f1a.zip | |
Add ability to set po_token and visitordata ID
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 38085a20..f666405e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -173,6 +173,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 |
