我在我的网站上安装了 ssl。但是我在 chrome 的 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.
我怎样才能删除这个?我有自己的网站图标,但它不会删除它。
我在我的网站上安装了 ssl。但是我在 chrome 的 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.
我怎样才能删除这个?我有自己的网站图标,但它不会删除它。
您可以在页面中指定图标的 url。
<link rel="shortcut icon" href=”favicon.ico” />
<!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