feat: remove unnecessary flag set upstream

This commit is contained in:
qoijjj
2024-06-02 13:43:35 -07:00
committed by GitHub
parent b897d2a87f
commit 2fcb97e5f7

View File

@@ -3,6 +3,8 @@
# Tell build process to exit if there are any errors.
set -oue pipefail
sed -i '/ CHROMIUM_FLAGS+=" --enable-chrome-browser-cloud-management"/d' /etc/chromium/chromium.conf
sed -i 's/FEATURES=""/FEATURES="SplitCacheByNetworkIsolationKey,SplitCodeCacheByNetworkIsolationKey,SplitHostCacheByNetworkIsolationKey,PrefetchPrivacyChanges,IsolateSandboxedIframes,StrictOriginIsolation,PartitionConnectionsByNetworkIsolationKey,PartitionHttpServerPropertiesByNetworkIsolationKey,PartitionSSLSessionsByNetworkIsolationKey,PartitionNelAndReportingByNetworkIsolationKey,EnableCrossSiteFlagNetworkIsolationKey,"/g' /etc/chromium/chromium.conf
# Not temporary, keep: