兄弟们,这个方法获取的AuthKey用了两天突然报错了,token illegal

1
2
3
4
5
6
{
"errorMsg":
"token illegal",
"returnCode":
201
}

问题

在使用abnerwei/hexo-url-submission配置主动推送博客到个大搜索引擎的时候,发现神马站长平台无法获取AuthKey
shenma无法获取Authkey

解决方法

  1. 使用F12head 标签内添加以下代码
1
<meta http-equiv="Content-Security-policy" content="upgrade-insecure-requests">
代码插入位置
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-policy" content="upgrade-insecure-requests">
...
</head>
<body>
...
</body>
</html>
  1. 再次点击神马站长平台->数据提交->MIP数据提交 页面的更新按钮,等待几秒钟就会出现你的AuthKey。