Change the consent cookies (#1054)
* Changed the consent cookies * Shorter cookie thanks to @Imaskillermain
parent
18fc14dc5b
commit
a40b98341b
|
@ -307,9 +307,8 @@ class Request:
|
||||||
# view is suppressed correctly
|
# view is suppressed correctly
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
cookies = {
|
cookies = {
|
||||||
'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
|
'CONSENT': 'PENDING+987',
|
||||||
now.year, now.month, now.day
|
'SOCS': 'CAESHAgBEhIaAB',
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Validate Tor conn and request new identity if the last one failed
|
# Validate Tor conn and request new identity if the last one failed
|
||||||
|
|
Loading…
Reference in New Issue