chrome浏览器编辑器粘贴图片出现错误错误信息如下

jquery.js:4 Mixed Content: The page at 'https://i.cnblogs.com/EditPosts.aspx?opt=1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://upload.cnblogs.com/imageuploader/CorsUpload'. This request has been blocked; the content must be served over HTTPS.

错误截图:

博客园报错 Mixed Content: The page at 'https://i.cnblogs.com/EditPosts.aspx?opt=1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://upload.cnblogs.com/imageuploa

错误原因好像关于Chrome浏览器安全证书一类的错误。

解决方案:

  链接修改下就好了

将
https://i.cnblogs.com/EditPosts.aspx?opt=1
修改成
http://i.cnblogs.com/EditPosts.aspx?opt=1

然后继续操作就没问题了

相关文章:

  • 2021-09-16
  • 2022-12-23
  • 2021-11-03
  • 2021-09-11
  • 2022-12-23
  • 2021-10-07
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-01-10
  • 2021-07-01
相关资源
相似解决方案