mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
Merge pull request #224 from pigna90/set-verify-to-true
Set verify default value to True
This commit is contained in:
+1
-1
@@ -688,7 +688,7 @@ class BaseSession(requests.Session):
|
||||
amongst other things.
|
||||
"""
|
||||
|
||||
def __init__(self, mock_browser : bool = True, verify : bool = False,
|
||||
def __init__(self, mock_browser : bool = True, verify : bool = True,
|
||||
browser_args : list = ['--no-sandbox']):
|
||||
super().__init__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user