From a40b98341b015e9c5a8739a967fd89205c184916 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch <42294590+fabi321@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:50:38 +0200 Subject: [PATCH] Change the consent cookies (#1054) * Changed the consent cookies * Shorter cookie thanks to @Imaskiller --- app/request.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/request.py b/app/request.py index 5a61071..fb3fd1e 100644 --- a/app/request.py +++ b/app/request.py @@ -307,9 +307,8 @@ class Request: # view is suppressed correctly now = datetime.now() cookies = { - 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( - now.year, now.month, now.day - ) + 'CONSENT': 'PENDING+987', + 'SOCS': 'CAESHAgBEhIaAB', } # Validate Tor conn and request new identity if the last one failed