From f9e4ddca5175fd3a7b296d00f229500e538abaad Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 13 Jan 2025 10:49:57 +0000 Subject: [PATCH] Remove deprecated apple-mobile-web-app-* meta tags (#22734) GitOrigin-RevId: b146d74e94a215a222d403bd852e9b21b74614b1 --- services/web/app/views/_metadata.pug | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/web/app/views/_metadata.pug b/services/web/app/views/_metadata.pug index bef8ac3ddd..a784860095 100644 --- a/services/web/app/views/_metadata.pug +++ b/services/web/app/views/_metadata.pug @@ -107,10 +107,6 @@ if !metadata || metadata.viewport !== false if settings.robotsNoindex meta(name="robots" content="noindex") -//- Apple devices -meta(name="apple-mobile-web-app-capable" content="yes") -meta(name="apple-mobile-web-app-status-bar-style" content="black-translucent") - //- Icons link(rel="icon", sizes="32x32", href="/favicon-32x32.png") link(rel="icon", sizes="16x16", href="/favicon-16x16.png")