Skip to content

Commit

Permalink
Make User Agent None by default (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Nov 15, 2023
1 parent b55f005 commit b134447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splinter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class Config:
fullscreen: Optional[bool] = False
headless: Optional[bool] = False
incognito: Optional[bool] = False
user_agent: Optional[str] = ""
user_agent: Optional[str] = None

0 comments on commit b134447

Please sign in to comment.