diff --git a/linkcheck/updater.py b/linkcheck/updater.py index 01305c2e..0614cb77 100644 --- a/linkcheck/updater.py +++ b/linkcheck/updater.py @@ -57,7 +57,7 @@ def check_update (): def get_online_version (): """Download update info and parse it.""" # prevent getting a cached answer - headers = {'Pragma': 'no-cache'} + headers = {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'} info, content = get_content(UPDATE_URL, addheaders=headers) if info is None: None, _('could not download update information')