Change the consent cookies (#1054)

* Changed the consent cookies

* Shorter cookie thanks to @Imaskiller
pull/1012/merge
Fabian Wunsch 9 months ago committed by GitHub
parent 18fc14dc5b
commit a40b98341b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save