From 957798916a4b24bad71d2346e0637756760cc354 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 19 Dec 2021 13:24:13 +0100 Subject: [PATCH] v95.0.1-1 --- scripts/3_Configure_Source_Code.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 45b70c9..2724164 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -163,7 +163,8 @@ patch -Np1 -i "${_PATCHES_DIR}/sed-patches/remove-internal-plugin-certs.patch" patch -Np1 -i "${_PATCHES_DIR}/sed-patches/allow-searchengines-non-esr.patch" # remove search extensions (experimental) -patch -Np1 -i "${_PATCHES_DIR}/search-config.patch" +# patch -Np1 -i "${_PATCHES_DIR}/search-config.patch" +cp "${_COMMON_DIR}/search-config.json" services/settings/dumps/main/search-config.json # stop some undesired requests (https://gitlab.com/librewolf-community/browser/common/-/issues/10) patch -Np1 -i "${_PATCHES_DIR}/sed-patches/stop-undesired-requests.patch"