Skip to content

Commit 8316eb6

Browse files
committed
Update to PwnedPasswords v3
1 parent 12425f3 commit 8316eb6

File tree

3 files changed

+372
-1
lines changed

3 files changed

+372
-1
lines changed

pwned/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
session = requests.Session()
12-
session.headers.update({'User-Agent': get_config()['USER_AGENT']})
12+
session.headers.update({'User-Agent': get_config()['USER_AGENT'], 'Add-Padding': 'true'})
1313

1414

1515
class PwnedClient:

0 commit comments

Comments
 (0)