From ce061d8cbb1ba12b8ff9f9d465f3a5fe7215f295 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 4 Jun 2024 17:11:50 +0200 Subject: [PATCH] Updated patch --- ...prefs.js-disable-sandbox-for-non-ESR.patch | 27 ------------------- .../mobile-config-firefox-4.3.1.ebuild | 1 - 2 files changed, 28 deletions(-) delete mode 100644 app-mobilephone/mobile-config-firefox/files/0001-src-prefs.js-disable-sandbox-for-non-ESR.patch diff --git a/app-mobilephone/mobile-config-firefox/files/0001-src-prefs.js-disable-sandbox-for-non-ESR.patch b/app-mobilephone/mobile-config-firefox/files/0001-src-prefs.js-disable-sandbox-for-non-ESR.patch deleted file mode 100644 index f26db65..0000000 --- a/app-mobilephone/mobile-config-firefox/files/0001-src-prefs.js-disable-sandbox-for-non-ESR.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 953b5e3b6c5b2e2c4518a7af800554b319c69ff1 Mon Sep 17 00:00:00 2001 -From: Danct12 -Date: Fri, 12 Feb 2021 13:01:58 +0700 -Subject: [PATCH] src/prefs.js: disable sandbox for non-ESR - -https://support.mozilla.org/bm/questions/1236295#answer-1161622 - -Signed-off-by: Danct12 ---- - src/mobile-config-prefs.js | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/mobile-config-prefs.js b/src/mobile-config-prefs.js -index c4a9a77..a32111c 100644 ---- a/src/mobile-config-prefs.js -+++ b/src/mobile-config-prefs.js -@@ -4,6 +4,7 @@ - // Set up autoconfig (we use it to copy/update userChrome.css into profile dir) - pref('general.config.filename', "mobile-config-autoconfig.js"); - pref('general.config.obscure_value', 0); -+pref('general.config.sandbox_enabled', false); - - // Select a mobile user agent for firefox (same as tor browser on android) - pref('general.useragent.override', 'Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/20100101 Firefox/78.0'); --- -2.30.0 - diff --git a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild index a6cfe30..5f8d6a3 100644 --- a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild +++ b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild @@ -12,7 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm64" PATCHES=( - "${FILESDIR}"/0001-src-prefs.js-disable-sandbox-for-non-ESR.patch "${FILESDIR}"/disable-proton-ui.patch )