fix: flag removal sed command

This commit is contained in:
qoijjj
2024-06-02 14:21:47 -07:00
committed by GitHub
parent 87ad303f5d
commit f7d7e2e299

View File

@@ -3,7 +3,7 @@
# 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 '/--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