]> jfr.im git - erebus.git/commitdiff
urls - remove no-cache
authorJohn Runyon <redacted>
Sat, 2 Mar 2024 16:16:59 +0000 (09:16 -0700)
committerJohn Runyon <redacted>
Sat, 2 Mar 2024 16:16:59 +0000 (09:16 -0700)
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: