bad flags prompt fix and add dino.svg

This commit is contained in:
Alexander Frick 2023-04-28 13:40:55 -05:00
parent 6632aec99d
commit 0af2aa29d1
5 changed files with 3 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 763 KiB

1
logos/NEW/webui/dino.svg Normal file
View file

@ -0,0 +1 @@
<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 6V1.5h-1v-1h-8v1h-1V8h-1v1H8.5v1H7v1H6v1H4v-1H3v-1H2V8H1v6h1v1h1v1h1v1h1v1h1v4h2v-1H7v-1h1v-1h1v-1h1v1h1v3h2v-1h-1v-4h1v-1h1v-1.5h1V11h1v1h1v-2h-2V8h4V7h-3V6h5Zm-7-3h-1V2h1v1ZM4 19H0v-.5h4v.5Zm18 0h-8v-.5h8v.5ZM5 21H3v-.5h2v.5Zm-3 1.5H0V22h2v.5Zm19-.5h-.5v-.5h.5v.5Z" fill="#23E2DB"/></svg>

After

Width:  |  Height:  |  Size: 399 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="#fff"/><path d="M13 7.164H3v.538h10v-.538zm-1.878-.537L9.85 3.35a.562.562 0 0 0-.694-.323L8 3.403l-1.161-.376a.562.562 0 0 0-.695.323L4.878 6.627h6.244zM10.5 8.239c-.922 0-1.689.623-1.889 1.456a1.57 1.57 0 0 0-1.222-.005A1.934 1.934 0 0 0 5.5 8.239c-1.072 0-1.944.844-1.944 1.88C3.556 11.157 4.428 12 5.5 12c1.022 0 1.85-.763 1.928-1.73.166-.113.605-.322 1.144.01.09.962.911 1.72 1.928 1.72 1.072 0 1.944-.844 1.944-1.88 0-1.037-.872-1.881-1.944-1.881zm-5 3.224c-.767 0-1.389-.602-1.389-1.343 0-.742.622-1.344 1.389-1.344s1.389.602 1.389 1.344c0 .741-.622 1.343-1.389 1.343zm5 0c-.767 0-1.389-.602-1.389-1.343 0-.742.622-1.344 1.389-1.344s1.389.602 1.389 1.344c0 .741-.622 1.343-1.389 1.343z" fill="#E51C23"/></svg>

After

Width:  |  Height:  |  Size: 845 B

View file

@ -135,18 +135,9 @@ static const char* kBadFlags[] = {
// be possible to read GPU data for other Chromium processes.
// switches::kEnableUnsafeWebGPU, (Disabled by Alex313031)
// A flag to support local file based WebBundle loading, only for testing
// purpose.
switches::kTrustableWebBundleFileUrl,
// A flag to bypass the WebHID blocklist for testing purposes.
switches::kDisableHidBlocklist,
// This flag enables restricted APIs (which unlock capabilities
// with a high potential for security / privacy abuse) for specified
// origins.
switches::kIsolatedAppOrigins,
// This flag tells Chrome to automatically install an Isolated Web App in
// developer mode. The flag should contain the path to an unsigned Web
// Bundle containing the IWA. Paths will be resolved relative to the
@ -178,7 +169,6 @@ static const base::Feature* kBadFeatureFlagsInAboutFlags[] = {
&features::kIsolatedWebApps,
&features::kIsolatedWebAppDevMode,
&features::kWebBundlesFromNetwork,
#if BUILDFLAG(IS_ANDROID)
&chrome::android::kCommandLineOnNonRooted,
#endif

View file

@ -0,0 +1 @@
<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 6V1.5h-1v-1h-8v1h-1V8h-1v1H8.5v1H7v1H6v1H4v-1H3v-1H2V8H1v6h1v1h1v1h1v1h1v1h1v4h2v-1H7v-1h1v-1h1v-1h1v1h1v3h2v-1h-1v-4h1v-1h1v-1.5h1V11h1v1h1v-2h-2V8h4V7h-3V6h5Zm-7-3h-1V2h1v1ZM4 19H0v-.5h4v.5Zm18 0h-8v-.5h8v.5ZM5 21H3v-.5h2v.5Zm-3 1.5H0V22h2v.5Zm19-.5h-.5v-.5h.5v.5Z" fill="#23E2DB"/></svg>

After

Width:  |  Height:  |  Size: 399 B