New setting to allow passwordless access to your 'diff' page - perfect for sharing your diff page securely, refactored login code (#1357)

This commit is contained in:
dgtlmoon
2023-01-29 22:36:55 +01:00
committed by GitHub
parent f8e587c415
commit 0ed897c50f
11 changed files with 202 additions and 78 deletions

View File

@@ -40,6 +40,7 @@ class model(dict):
'notification_body': default_notification_body,
'notification_format': default_notification_format,
'schema_version' : 0,
'shared_diff_access': False,
'webdriver_delay': None # Extra delay in seconds before extracting text
}
}