Skip to content

Commit

Permalink
Set verify=True by default as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieB2B committed Jan 23, 2024
1 parent 96b22fa commit fa54ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requests/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def request(
proxies=None,
hooks=None,
stream=None,
verify=None,
verify=True,
cert=None,
json=None,
):
Expand Down

0 comments on commit fa54ce8

Please sign in to comment.