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

Unable to use imported cookie code with Mozilla Firefox, why? #338

Open
PPeyrevidal opened this issue Jul 27, 2022 · 0 comments
Open

Unable to use imported cookie code with Mozilla Firefox, why? #338

PPeyrevidal opened this issue Jul 27, 2022 · 0 comments

Comments

@PPeyrevidal
Copy link

PPeyrevidal commented Jul 27, 2022

Hi there,

I can add a custom cookie by importing its code to Google Chrome, but the same process doesn't work with Mozilla Firefox, why?
2022-07-27_18-05-57

Here is the cookie code I want to reuse in Mozilla Firefox:
[
{
"domain": "analytics.domain.com",
"expirationDate": 2597753872.713203,
"hostOnly": true,
"httpOnly": false,
"name": "matomo_ignore",
"path": "/",
"sameSite": "no_restriction",
"secure": true,
"session": false,
"storeId": "0",
"value": "ignore%3DKg%3D%3D",
"id": 6
}
]

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

No branches or pull requests

1 participant