We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
這個網站 https://www.dailyindiegame.com/ 有一段 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 我試著寫了一個規則去強制他從 HTTP 重導到 HTTPS 但是我在開發人員工具卻發現他沒有運作 請問是這個功能不能套用到這種方式引用的外部資源? 還是我哪裡寫錯?
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
The text was updated successfully, but these errors were encountered:
这是因为浏览器直接屏蔽了HTTPS下的HTTP资源请求。 浏览器屏蔽了对这个资源的请求,也就是说,根本就不存在对这个资源的请求,所以无法重定向。
Sorry, something went wrong.
No branches or pull requests
這個網站
https://www.dailyindiegame.com/
有一段
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
我試著寫了一個規則去強制他從 HTTP 重導到 HTTPS
但是我在開發人員工具卻發現他沒有運作
請問是這個功能不能套用到這種方式引用的外部資源?
還是我哪裡寫錯?
The text was updated successfully, but these errors were encountered: