From 7aa7dfdcfa06de5d07f55e6e95d6e5164891d7f4 Mon Sep 17 00:00:00 2001
From: uazo <29201891+uazo@users.noreply.github.com>
Date: Sat, 4 Dec 2021 19:27:03 +0100
Subject: [PATCH] Do not apply Automated-domain-substitution.patch

---
 images/bromite-source/apply-bromite-patches.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/images/bromite-source/apply-bromite-patches.sh b/images/bromite-source/apply-bromite-patches.sh
index bb753b7..57c54a9 100644
--- a/images/bromite-source/apply-bromite-patches.sh
+++ b/images/bromite-source/apply-bromite-patches.sh
@@ -9,6 +9,12 @@ cd chromium/src
 
 echo -e ${RED} ------- apply patchs ${NC}
 for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
+
+	if [[ "$file" == *"Automated-domain-substitution"* ]]; then
+		echo -e ${RED} " -> Excluding $file" ${NC}
+		continue
+	fi
+	
 	echo -e ${RED} " -> Apply $file" ${NC}
 
 	REPL="0,/^---/s//FILE:"$file"\n---/"