Skip to content

Commit 47b2ad8

Browse files
authored
Merge pull request #224 from pigna90/set-verify-to-true
Set verify default value to True
2 parents aca88e4 + 4f4cfc0 commit 47b2ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ class BaseSession(requests.Session):
688688
amongst other things.
689689
"""
690690

691-
def __init__(self, mock_browser : bool = True, verify : bool = False,
691+
def __init__(self, mock_browser : bool = True, verify : bool = True,
692692
browser_args : list = ['--no-sandbox']):
693693
super().__init__()
694694

0 commit comments

Comments
 (0)