From cdb0a229793701109c87ca288d766ded5c93dd11 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 31 Jan 2024 12:36:07 +0100 Subject: [PATCH] Record the remote server reply header where possible --- changedetectionio/model/Watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index ec93e24f..d4cf2b39 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -56,6 +56,7 @@ base_config = { 'previous_md5': False, 'previous_md5_before_filters': False, # Used for skipping changedetection entirely 'proxy': None, # Preferred proxy connection + 'remote_server_reply': None, # From 'server' reply header 'subtractive_selectors': [], 'tag': '', # Old system of text name for a tag, to be removed 'tags': [], # list of UUIDs to App.Tags