no-referrer-when-downgrade

原因:

从一个网站链接到另外一个网站会产生新的http请求,referrer是http请求中表示来源的字段。
no-referrer-when-downgrade表示从https协议降为http协议时不发送referrer给跳转网站的服务器。

解决:

查后发现是是发送请求由https协议降为http协议,修改代码

跨域,匹配

https://blog.csdn.net/edc3001/article/details/86762876

原文地址:https://www.cnblogs.com/huanlfu/p/14297719.html