Github 页面阻止了指向 Google 的直接链接?

Github pages blocking direct links to Google?

我转发我的个人域名http://xilagliu.orghttp://martinberger.github.io. All links work fine, except for links to Google. See e.g. http://xilagliu.org/yyy.html

如果我点击任何 google 链接,没有任何反应,所有其他链接都可以正常工作。 我在几台机器上用各种浏览器试过这个。如果我转到原始页面 http://martinberger.github.io/yyy.html,所有链接都可以正常工作。如果我在新标签页中打开 google 链接,也可以正常工作。

Github 是否以某种方式阻止了指向 Google 域的直接链接?我能做些什么来阻止这种行为?

http://martinberger.github.io/yyy.html 中,我没有看到任何附加到 google 链接的目标:

<a href="https://www.google.co.uk">Google.co.uk https</a>

尝试添加目标属性:

<a href="https://www.google.co.uk" target="_blank">Google.co.uk https</a>