私のウェブサイトに問題があります。それはうまく動いてレンダリングされますが、アドレスバーの右上にブロックされたスクリプトアイコンが表示されます。私は、ユーザーがサイトを訪れるときにこのポップアップを見ることを望んでいません。私は「安全でないスクリプトを読み込む」を押すことができます。これは遠ざかりますが、私のサイトはもはやhttpsではありません。私はラインを並べ替えてみたし、私のHTMLでも他のものを試したが、解決策を見つけることができない。 サイトでは、自分自身のCSSファイルとJavaScriptファイルの2つだけでなく、ブートストラップも使用しています。 以下はHTMLヘッドタグです。それはChromeが表示しているエラーです。誰がなぜこれが起こっているのか理解していますか?Chrome - 「認証されていないソースからスクリプトを読み込もうとしています」
<head>
<meta charset="utf-8">
<meta name="keywords" content="NASA,JPL,near,earth,objects,asteroid,meteor,neo,neowise,api,opendata">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nearing Earth</title>
<!-- Lines necessary for Bootstrap-->
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--My files-->
<link rel="stylesheet" href="neoRules.css">
<link rel="stylesheet" src="neoStyles.css">
<link rel="icon" type="image/ico" href="favicon.ico"/>
<script src="https://nearingearth.com/neoFunctions.js" type="text/JavaScript"></script>
<!--[if lt IE 9]>
<script src="/js/html5shiv.js" type="text/javascript"></script>
<script src="/js/respond.min.js" type="text/javascript"></script>
<![endif]-->
</head>
エラー1:
エラー2:
Uncaught Error: Bootstrap's JavaScript requires jQuery at bootstrap.min.js:6