w3c 验证祝贺 ICON 代码结果断开的链接

发布于 2024-10-19 17:10:25 字数 409 浏览 2 评论 0原文

我已经在 w3c 验证器中检查了我们的一个网站 (http://www.pantilimon.ro),并采取了祝贺图标 HTML 代码,插入到我的代码中,但它包含两个损坏的链接: http://validator.w3.org/check?uri=refererhttp://jigsaw.w3.org/css-validator/check/referer

现在该怎么办?

I have checked one of our sites (http://www.pantilimon.ro) in w3c validator, and took the congratulation icon HTML code, inserted into my code, but it contains two broken links:
http://validator.w3.org/check?uri=referer
and
http://jigsaw.w3.org/css-validator/check/referer

what to do now?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

彡翼 2024-10-26 17:10:25

他们在这里没有坏掉。您是否有某种防火墙或代理可以删除 Referer 请求标头?

They're not broken here. Could it be that you have some sort of firewall or proxy that removes the Referer request header?

诠释孤独 2024-10-26 17:10:25

您发布的链接使用 HTTP_REFERER 标头 - 即您来自的页面的 URI。

使用实际的 URI。

The links you have posted use the HTTP_REFERER header - that is, the URI of the page that you came from.

Use the actual URI.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文