Security update - Use CSRF token protection for forms, make "remove password" use HTTP Post (#484)

This commit is contained in:
dgtlmoon
2022-03-21 22:54:27 +01:00
committed by GitHub
parent f2fa638480
commit 5483f5d694
12 changed files with 54 additions and 28 deletions

View File

@@ -25,6 +25,7 @@ def test_check_basic_change_detection_functionality(client, live_server):
data={"urls": url_for('test_endpoint', _external=True)},
follow_redirects=True
)
assert b"1 Imported" in res.data
time.sleep(sleep_time_for_fetch_thread)