mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 15:44:26 -04:00
fix CURL_USER_AGENT missing from config stubs
This commit is contained in:
parent
4783daa6fa
commit
912cbb22d5
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class ConfigDict(BaseConfig, total=False):
|
||||||
RESOLUTION: str
|
RESOLUTION: str
|
||||||
GIT_DOMAINS: str
|
GIT_DOMAINS: str
|
||||||
CHECK_SSL_VALIDITY: bool
|
CHECK_SSL_VALIDITY: bool
|
||||||
|
CURL_USER_AGENT: str
|
||||||
WGET_USER_AGENT: str
|
WGET_USER_AGENT: str
|
||||||
CHROME_USER_AGENT: str
|
CHROME_USER_AGENT: str
|
||||||
COOKIES_FILE: Optional[str]
|
COOKIES_FILE: Optional[str]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue