Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Suppress "Cookie ABC will be soon treated as cross-site cookie against XYZ because the scheme does not match." in console?

  • 1 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 TyDraniu

more options

Hello,

I'm a web developer.

I'm working on a site that downloads a bunch of 3rd-party trackers that set 1st- and 3rd- party cookies.

In development mode, the site is running on "http://localhost:8080". Naturally production is `https` and everything is fine there.

However, during local development, whenever I open the dev console, I get a ton of warnings like

> Cookie XXX will be soon treated as cross-site cookie against YYY because the scheme does not match.

A whole ton of them. Every time.

I'm fine with them being soon treated as cross-site cookies, I really am. I just... don't want to hear about that again, okay? I like my console telling me important things, for debugging and whatnot. These messages are irrelevant, though. I know what I'm doing. It's not a problem here in these circimstances. Where's my "OK, agreed, understand the risks, don't tell me again" button?

How can I suppress these messages?

Hello, I'm a web developer. I'm working on a site that downloads a bunch of 3rd-party trackers that set 1st- and 3rd- party cookies. In development mode, the site is running on "http://localhost:8080". Naturally production is `https` and everything is fine there. However, during local development, whenever I open the dev console, I get a ton of warnings like > Cookie XXX will be soon treated as cross-site cookie against YYY because the scheme does not match. A whole ton of them. Every time. I'm fine with them being soon treated as cross-site cookies, I really am. I just... don't want to hear about that again, okay? I like my console telling me important things, for debugging and whatnot. These messages are irrelevant, though. I know what I'm doing. It's not a problem here in these circimstances. Where's my "OK, agreed, understand the risks, don't tell me again" button? How can I suppress these messages?

所有回复 (1)

more options

OK, just switch network.cookie.sameSite.schemeful to false.