From 1572c1eee820ed5fb48a999c17ebd20c1493e507 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Wed, 18 Jun 2025 01:50:32 -0500 Subject: [PATCH] Add docs for DisableBrowserAuth config option --- docs/config/all-configuration-options.md | 13 +++++++++++++ docs/config/configuration.md | 3 +++ 2 files changed, 16 insertions(+) diff --git a/docs/config/all-configuration-options.md b/docs/config/all-configuration-options.md index 1a979b1..b4168b2 100644 --- a/docs/config/all-configuration-options.md +++ b/docs/config/all-configuration-options.md @@ -58,6 +58,19 @@ Description: [DownloadOnlySpecificDates](#downloadonlyspecificdates) needs to be This date will be used when you are trying to download between/after a certain date. See [DownloadOnlySpecificDates](#downloadonlyspecificdates) and [DownloadDateSelection](#downloaddateselection) for more information. +## DisableBrowserAuth + +Type: `boolean` + +Default: `false` + +Allowed values: `true`, `false` + +Description: The built-in/bundled web browser will not be used to authenticate OF-DL if set to `true`. If set to `true`, +an `auth.json` file will need to be provided using a [legacy authentication method](/config/auth#legacy-methods). +If set to `true`, the `auth.json` file will not be deleted if authentication fails. If set to `false` (the default +behavior), OF-DL will delete the `auth.json` file if authentication fails. + ## DownloadArchived Type: `boolean` diff --git a/docs/config/configuration.md b/docs/config/configuration.md index 89328ae..83b1ece 100644 --- a/docs/config/configuration.md +++ b/docs/config/configuration.md @@ -3,6 +3,9 @@ The `config.conf` file contains all the options you can change. Click on a configuration option below for more information about what it does, its default value, and the allowed values. +- Auth + - [DisableBrowserAuth](/config/all-configuration-options#disablebrowserauth) + - External - [FFmpegPath](/config/all-configuration-options#ffmpegpath)