Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 1 resposta
  • 1 tem este problema
  • 7 visualizações
  • Última resposta de 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?

Todas as respostas (1)

more options

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