1
0
Fork 0
mirror of synced 2024-06-18 02:14:37 +12:00

Update archivebox/config.py

Co-authored-by: dugite-code <dugite-code@users.noreply.github.com>
This commit is contained in:
Nick Sweeting 2023-01-09 18:22:01 -08:00 committed by GitHub
parent 2538b170c7
commit dca69933eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'REVERSE_PROXY_WHITELIST': {'type': str, 'default': ''},
'LOGOUT_REDIRECT_URL': {'type': str, 'default': '/'},
'PREVIEW_ORIGINALS': {'type': bool, 'default': True},
'LOGOUT_REDIRECT_URL': {'type': str, 'default': '/'},
},
'ARCHIVE_METHOD_TOGGLES': {