最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ChromeOS Kiosk links in Google Admin Console keep fetching old version - Stack Overflow

programmeradmin0浏览0评论

To verify the issue, I added a simple empty HTML page, just displaying icon and title,
to Google Admin Console "Kiosks", under menu: “Devices“ - “Chrome“ - “Apps & Extensions“.
However, after updating the icon and title on the page, and redeployment, the link in Google Admin Console still shows the old version.

From a new browser window, it shows the latest icon and title, but in console still displays the old version, even after I removed it and readded it, or refresh.

Page Code below:

<html>
<head>
    <meta charset="utf-8">
    <base href="/">
    <title>Red Page title 22</title>
    <link rel="icon" href="/replay/v1/logo.png" />
</head>
</html>

And same issue if I choose to use a manifest rel.
Any advice to clear the Google cache? or workaround please, thanks.

发布评论

评论列表(0)

  1. 暂无评论