この問題を解決する方法について、何かご存知ですか?schema.org の URL が http プロトコル経由でアクセスされているようですが、これが原因でしょうか?私のフォーラムの URL は wmforum.geek.hr です。
こんにちは @steelmaiden さん
いいえ、それが問題ではありません。これらは内部定義です。
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","url":"https://wmforum.geek.hr","potentialAction":{"@type":"SearchAction","target":"https://wmforum.geek.hr/search?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
コンテンツをロードするために使用される URL ではなく、名前空間定義のようなものです。
混合コンテンツの警告は表示されていません。
Ctrl + Shift + I を押して、コンソールを確認し、URL を探してください。
以下のエラーが発生しました:
スクリプト 'https://certify-js.alexametrics.com/atrk.js' の読み込みが拒否されました。これは、以下のコンテンツセキュリティポリシーディレクティブに違反しているためです:"script-src https://wmforum.geek.hr/logs/ https://wmforum.geek.hr/sidekiq/ https://wmforum.geek.hr/mini-profiler-resources/ https://wmforum.geek.hr/assets/ https://wmforum.geek.hr/brotli_asset/ https://wmforum.geek.hr/extra-locales/ https://wmforum.geek.hr/highlight-js/ https://wmforum.geek.hr/javascripts/ https://wmforum.geek.hr/plugins/ https://wmforum.geek.hr/theme-javascripts/ https://wmforum.geek.hr/svg-sprite/ https://www.google-analytics.com/analytics.js https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"。'script-src-elem' が明示的に設定されていないため、フォールバックとして 'script-src' が使用されています。
また、以下のエラーも発生しています:
スクリプト 'https://script.dotmetrics.net/door.js?id=1249' の読み込みが拒否されました。これは、以下のコンテンツセキュリティポリシーディレクティブに違反しているためです:"script-src https://wmforum.geek.hr/logs/ https://wmforum.geek.hr/sidekiq/ https://wmforum.geek.hr/mini-profiler-resources/ https://wmforum.geek.hr/assets/ https://wmforum.geek.hr/brotli_asset/ https://wmforum.geek.hr/extra-locales/ https://wmforum.geek.hr/highlight-js/ https://wmforum.geek.hr/javascripts/ https://wmforum.geek.hr/plugins/ https://wmforum.geek.hr/theme-javascripts/ https://wmforum.geek.hr/svg-sprite/ https://www.google-analytics.com/analytics.js https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"。'script-src-elem' が明示的に設定されていないため、フォールバックとして 'script-src' が使用されています。
これらはトラッキングスクリプトであり、正常に動作させる必要があります。
私の認識が間違っていなければ、それらのスクリプトを「コンテンツセキュリティポリシー(Content Security Policy)の script-src」に追加する必要があります。
これらは混合コンテンツの警告ではありません。
これらは修正すべき他の問題です。
混合コンテンツの警告:http 経由の画像。
