diff --git a/archivebox/config.py b/archivebox/config.py index f20303ac..dbfb1a4f 100644 --- a/archivebox/config.py +++ b/archivebox/config.py @@ -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': {