Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the consent cookies #1054

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Changed the consent cookies #1054

merged 2 commits into from
Aug 21, 2023

Conversation

fabi321
Copy link
Contributor

@fabi321 fabi321 commented Aug 16, 2023

I have no clue, what CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg actually stands for, but it is at least somewhat stable

Closes #1053

I have no clue, what `CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg`
actually stands for, but it is at least somewhat stable
@rskallies
Copy link

rskallies commented Aug 17, 2023

@Imaskiller
Copy link

Imaskiller commented Aug 18, 2023

shortening the socs value to

'SOCS': 'CAESHAgBEhIaAB'

still works.

Its the shortest value I could come up with without breaking it.
It results to

https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true,false)&input=Q0FFU0hBZ0JFaElhQUI

and thus containing less information (no country code / eu code)

I tested it and can confirm, that it works for me, too
@Arwalk
Copy link

Arwalk commented Aug 21, 2023

Can we help to make this merged faster? #1053 is affecting all EU users right now.

@ahmad-alkadri
Copy link
Contributor

Can we help to make this merged faster? #1053 is affecting all EU users right now.

Seconded. I've cherrypicked the commits in this PR and my instance works again now but @benbusby could you please review this. Thanks in advance.

@piDNS
Copy link

piDNS commented Aug 21, 2023

First of all thanks to all of you!
I am using whoogle with docker on a pi and I changed the file like you described:

  •       'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
    
  •           now.year, now.month, now.day
    
  •        )
    
  •       'CONSENT': 'PENDING+987',
    
  •       'SOCS': 'CAESHAgBEhIaAB',
    

But I still get the Google popup. Can you please explain me why it did not work? Did I something wrong or did I forget something?

@benbusby benbusby merged commit a40b983 into benbusby:main Aug 21, 2023
2 checks passed
@fabi321 fabi321 deleted the fix-consent branch August 21, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Before u continue to Google
7 participants