From 534245d0af7f4f380ebd92d03d5d4bba89d93a60 Mon Sep 17 00:00:00 2001 From: Sophia Favro <82480791+sophiamfavro@users.noreply.github.com> Date: Mon, 3 May 2021 10:31:49 -0700 Subject: [PATCH] fixed missing flights for icons and readMes (#8558) --- src/NuGetGallery/App_Data/Files/Content/flags.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/NuGetGallery/App_Data/Files/Content/flags.json b/src/NuGetGallery/App_Data/Files/Content/flags.json index eca864096c..90da90dc7c 100644 --- a/src/NuGetGallery/App_Data/Files/Content/flags.json +++ b/src/NuGetGallery/App_Data/Files/Content/flags.json @@ -82,6 +82,18 @@ "SiteAdmins": false, "Accounts": [], "Domains": [] + }, + "NuGetGallery.EmbeddedIcons": { + "All": true, + "SiteAdmins": false, + "Accounts": [], + "Domains": [] + }, + "NuGetGallery.EmbeddedReadmes": { + "All": true, + "SiteAdmins": false, + "Accounts": [], + "Domains": [] } } } \ No newline at end of file