From 643b671931ed5530855e7d4819896790bf3f6c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 18 Jun 2021 13:19:37 +0200 Subject: [PATCH] output: Make WebAppManifestFormat NotAlternative=true Updates #8624 --- output/outputFormat.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/output/outputFormat.go b/output/outputFormat.go index a2ffd7993..091d3accb 100644 --- a/output/outputFormat.go +++ b/output/outputFormat.go @@ -144,11 +144,12 @@ var ( } WebAppManifestFormat = Format{ - Name: "WebAppManifest", - MediaType: media.WebAppManifestType, - BaseName: "manifest", - IsPlainText: true, - Rel: "manifest", + Name: "WebAppManifest", + MediaType: media.WebAppManifestType, + BaseName: "manifest", + IsPlainText: true, + NotAlternative: true, + Rel: "manifest", } RobotsTxtFormat = Format{