mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-12-24 22:37:05 +00:00
fix: flag removal sed command
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user