Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 删除Chrome中的Google Favicons_Google Chrome - Fatal编程技术网

Google chrome 删除Chrome中的Google Favicons

Google chrome 删除Chrome中的Google Favicons,google-chrome,Google Chrome,我的网站上安装了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. 我怎样才能删除这个?我有自己的favicon,但它不会删除它。您可以在页面中指定图标的url <link

我的网站上安装了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.

我怎样才能删除这个?我有自己的favicon,但它不会删除它。

您可以在页面中指定图标的url

<link rel="shortcut icon" href=”favicon.ico” />


[…]
[…]
那就让你自己去吧

SEO元检查器扩展显然会导致此问题。看


Fritz

我有这个,但它一直给我这样一条信息:请搜索你页面的html源代码,找到“”,查看引用此url的位置。也许在js文件中,您是否在Google Chrome中安装了允许向该页面添加内容脚本的扩展?嘿。。这就是原因。。谢谢没问题。来自扩展的内容脚本可能是一个巨大的难题。通过使用开关
--user data dir=“SOME\u dir\u HERE”
执行chrome,可以启动一个干净的浏览器实例。我通常使用一个临时文件夹。现在我有了,但它仍然会给我消息。有关解决方案,请参阅问题中Jim Schubert的评论。
<!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