Skip to content

Commit

Permalink
Testing with trusting all certs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Nov 2, 2022
1 parent a3b3ba7 commit 69aff35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/modules/selenium_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def create_driver(cli_parsed, user_agent=None):
os.path.dirname(os.path.realpath(__file__)),
'..', 'bin', 'dismissauth.xpi')
profile.add_extension(extension_path)
profile.accept_untrusted_certs = True

# This user agent case covers a user provided one
if cli_parsed.user_agent is not None:
Expand Down

0 comments on commit 69aff35

Please sign in to comment.