gpt4 book ai didi

html - 如何通过 https 为 css 和 js 修复 "Blocked loading mixed active content"

转载 作者:技术小花猫 更新时间:2023-10-29 12:46:59 27 4
gpt4 key购买 nike

尝试通过 https 查看我的站点时,我的 Firefox 控制台中不断出现“阻止加载混合事件内容”错误。我只为我的 css 和 js 文件收到此错误。

我之所以这么糊涂是因为页面代码本身对文件的引用是https:

<link rel="stylesheet" href="https://www.example.com/style.css">

但在控制台中,它显示为 http:

Blocked loading mixed active content "http://www.example.com/style.css"[Learn More]

我可以在页面上查看源代码并搜索“http://”,但页面上的任何地方都没有结果。

有什么想法吗?

最佳答案

我认为你可以尝试使用相对协议(protocol)调用者。

<link rel="stylesheet" href="//www.example.com/style.css">
---------^^

如果你的用户在http下访问你的web,它加载http,如果用户在https下访问它加载https。

关于html - 如何通过 https 为 css 和 js 修复 "Blocked loading mixed active content",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32307235/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com