gpt4 book ai didi

.net - 与 http ://doubleclick. 处的资源关联的 cookie net/was set with `SameSite=None` 但没有 `Secure` 。 Chrome 的 future 版本

转载 作者:行者123 更新时间:2023-12-04 01:00:27 25 4
gpt4 key购买 nike

我有一个 .net core 2.2 项目,我在 google chrome 上收到这个警告:

http://doubleclick.net/ 处的资源关联的 cookie设置了 SameSite=None 但没有 Secure。 Chrome 的 future 版本将仅提供标记为 SameSite=None 的 cookie,前提是它们也标记为 Secure。您可以在“应用程序”>“存储”>“Cookie”下的开发人员工具中查看 cookie,并在 https://www.chromestatus.com/feature/5633521622188032 查看更多详细信息。 .

我试图通过在 Startup.cs 中添加 header 来解决这个问题(但它不起作用)

app.Use(async (ctx, next) =>
{
ctx.Response.Headers.Add("Set-Cookie", "HttpOnly;Secure;SameSite=Strict");

});

最佳答案

查看Whois记录,我们可以看到doubleclick.net归谷歌所有:http://whois.domaintools.com/doubleclick.net .我猜你的网页上有 Google 广告?

您无法删除警告,Google 的工作是根据他们提供的 cookie 修复他们的 cookie 设置。

关于.net - 与 http ://doubleclick. 处的资源关联的 cookie net/was set with `SameSite=None` 但没有 `Secure` 。 Chrome 的 future 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58620656/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com