mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-30 01:30:15 +02:00
fix CURL_USER_AGENT missing from config stubs
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user