Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

gamebeaker/cookies_getAll_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The problem:

The problem is resolved: https://issues.chromium.org/issues/361862746

Since chromium version 138.0.6613.0 there is a problem with chrome.cookies.get() and chrome.cookies.getAll()

If cloudflare sets the cookie name: cf_clearance with a Partition Key Site an addon is unable to access this cookie.

To reproduce the error:

Download these two Chrome test versions to Compare 128.0.6612.0 and 128.06.6613.0 with:

npx @puppeteer/browsers install chrome@128.0.6612.0

npx @puppeteer/browsers install chrome@128.0.6613.0

Clone this repo

Install this addon in Chrome 128.0.6612.0

Click the Addon icon

The open Tab should look like this:

image

Open the "Website with cloudflare" protection link and solve the cloudflare challenge

Click the Addon icon

Click "Search with getAll() Cookies" button

image

Now you can see the Cookie with the name cf_clearance

image

Close Chromium 128.0.6612.0 open 128.0.6613.0

Click the Addon icon

The open Tab should look like this:

image

Open the "Website with cloudflare" protection link and solve the cloudflare challenge

Click the Addon icon

Click "Search with getAll() Cookies" button

image

Now you can't see the Cookie with the name cf_clearance

image

Open the "Website with cloudflare" protection link and solve the cloudflare challenge

Open dev tools -> Application -> Storage -> Cookies -> https://mtlarchive.com

image

here you can still see the cookie only the addon is unable to get it.

About

cookies_getAll problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published