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