Migrate entirely to HTTPS to continue having cookies sent to same-site subresources导致图片加载不出来问题

Posted vieber

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Migrate entirely to HTTPS to continue having cookies sent to same-site subresources导致图片加载不出来问题相关的知识,希望对你有一定的参考价值。

背景

本地调试的时候发现图片不显示出来,线上没有问题,手机上也没有问题,就电脑Chrome有问题。

经仔细查看,发现
在这里插入图片描述
浏览器控制台有这个报错。
看起来意思是说无法把cookie因为协议的不同进行跨站带过去。

因为我网站的cookie是在a.com下面的,图片也是这个域名下面的,但是图片是https的链接,而我本地调试是http的协议。

解决方案

临时解决方案:地址栏打开chrome://flags/#schemeful-same-site,将选项设置为Disabled。

这样这个错误就不报了,图片就正常显示了。

以上是关于Migrate entirely to HTTPS to continue having cookies sent to same-site subresources导致图片加载不出来问题的主要内容,如果未能解决你的问题,请参考以下文章

rails to grails - db:create 和 db:migrate 发生了啥?

apache_conf 密码保护目录(将两个文件保存到root)https://www.zigpress.com/2014/09/22/password-protecting-an-entire-wo

This project needs to migrate WTP metadata

Entire Space Multi-Task Model(ESMM)阅读

Entire Space Multi-Task Model(ESMM)阅读 

OpenStack虚机迁移live-migration失败(error: internal error Attempt to migrate guest to the same host)