0

サイトにsslをインストールしました。ただし、クロムの URL バーにこの安全でないアイコンが表示されました。コンソールを開くと、次のメッセージが表示されました。

The page at https://www.pm-sson.nl/index.php displayed insecure content from http://www.google.com/s2/favicons?domain=www.mysite.com.

どうすればこれを削除できますか? 独自のファビコンがありますが、削除されません。

4

3 に答える 3

1

ページでアイコンの URL を指定できます。

<link rel="shortcut icon" href=”favicon.ico” />
于 2012-09-25T12:23:42.590 に答える
0
<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
</html>
that allow put your own favicon
于 2012-09-25T12:25:39.420 に答える
0

SEO Meta Inspector 拡張機能がこの問題を引き起こすようです。見る

Google プロダクト フォーラムの一致の問題

フリッツ

于 2013-06-14T16:53:41.853 に答える