zoukankan      html  css  js  c++  java
  • a链接跳转报错 status为 canceled的解决办法

    1 cskefu.js:153 Mixed Content: The page at 'https://test.com/' was loaded over HTTPS, but requested an insecure frame 'http://test.com/admin/user/index.html?msg=admin_user_delete&models=chatbot&models=report&models=contacts&schema=http&port=80&hostname=test.com&subtype=user&maintype=admin&typename=methodName&orgi=cskefu&webimport=443&sessionid=dc3bef48130d4662aa1983fef85df563&ip=10.32.156.142'. This request has been blocked; the content must be served over HTTPS
    j


    在 html head中加入 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">



    参考更多网友:https://www.cnblogs.com/zhouguomao/p/11450921.html
  • 相关阅读:
    Day 18
    Day 17
    Day 16
    Day 15
    Day 14
    Day 13
    Day 12
    Day 11
    Day 10
    《ES6标准入门》(阮一峰)--2.let 和 const 命令
  • 原文地址:https://www.cnblogs.com/jiaqi1719/p/13859790.html
Copyright © 2011-2022 走看看