question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cookie “NG_TRANSLATE_LANG_KEY” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute.

See original GitHub issue

Subject of the issue

Thanks alot for your hard work! In Firefox I noticed this message here:

Cookie “NG_TRANSLATE_LANG_KEY” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

image

The problem is that the cookie is stored with SameSite None:

image

Your environment

  • version of angular-translate: v2.18.3
  • version of angular: v1.8.0
  • which browser and its version: Firefox 84.0.2 (64-bit)

Steps to reproduce

Use the latest version with cookie storage and open the page in Firefox.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
knallicommented, Jan 14, 2021

Fixed. Looks like I have to check my scripts again… 😕

0reactions
chickahoonacommented, Jan 14, 2021

@knalli Sorry to bother you again, could I get here a tag for 2.18.4 https://github.com/angular-translate/bower-angular-translate

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found