[cookies] Make browser names case insensitive

This commit is contained in:
pukkandan
2021-09-11 17:49:03 +05:30
parent 67ad7759af
commit ca46b94134
3 changed files with 3 additions and 2 deletions

View File

@@ -1128,7 +1128,7 @@ def parseOpts(overrideArguments=None):
'You can specify the user profile name or directory using '
'"BROWSER:PROFILE_NAME" or "BROWSER:PROFILE_PATH". '
'If no profile is given, the most recently accessed one is used'.format(
'|'.join(sorted(SUPPORTED_BROWSERS)))))
', '.join(sorted(SUPPORTED_BROWSERS)))))
filesystem.add_option(
'--no-cookies-from-browser',
action='store_const', const=None, dest='cookiesfrombrowser',