]> jfr.im git - erebus.git/blobdiff - modules/urls.py
urls - remove no-cache
[erebus.git] / modules / urls.py
index 502920864c3fe619e533a28500cc087999f6c1dd..441e38912ecae17ad976d651d0eaf04ae9b6da57 100644 (file)
@@ -259,8 +259,6 @@ def _do_request(url, try_aia=False):
                        'Sec-Fetch-User': '?1',
                        'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
                        'Accept-Language': 'en-US,en;q=0.9',
-                       'Cache-Control': 'no-cache',
-                       'Pragma': 'no-cache',
                        'Upgrade-Insecure-Requests': '1'
                })
        except ValueError: