2016-09-30 43 views
1

我目前正在使用的引導,但每當我下載該網站在我的用戶帳戶,我得到這些錯誤(指引導CDN)的Mac OS無法在任何瀏覽器

SAFARI在網站上加載引導CDN

[Error] Failed to load resource: The operation couldn’t be completed. Connection reset by peer 
[Error] Failed to load resource: The operation couldn’t be completed. Connection reset by peer 
[Error] Failed to load resource: The operation couldn’t be completed. Connection reset by peer 

CHROME

https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css Failed to load resource: net::ERR_CONNECTION_CLOSED 
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css Failed to load resource: net::ERR_CONNECTION_CLOSED 
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js Failed to load resource: net::ERR_CONNECTION_CLOSED 

FIREFOX

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css. (Reason: CORS request failed). <unknown> 
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css. (Reason: CORS request failed). <unknown> 
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js. (Reason: CORS request failed). <unknown> 

我的用戶賬號發生,已經實施了一段時間,只是現在我要求幫助!

我也無法加載getbootstrap.com加載欄只是掛起。 (這也發生在其他網站上)

編輯: 這是我的頭

<link rel="stylesheet"href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> 
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 

回答

0
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> 
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> 
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> 

更改標題代碼這個

我刪除了

integrity="<string>" crossorigin="anonymous" 

來自鏈接

+0

工程99%的時間 – Puffycheeses

相關問題