From f3e4750f6e33cd5d33a61b48f44517d84e44a627 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 May 2022 23:41:26 -0700 Subject: [PATCH] Fix line wrapping in firefox config override Missed a line break... Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 0737a0cd..2eecd9e4 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -422,7 +422,7 @@ sub disable_firefox_studies { assert_script_run 'mkdir -p $(rpm --eval %_libdir)/firefox/browser/defaults/preferences'; # it's not at all clear from the code which of these actually gets # used, so we set them all just in case - assert_script_run 'printf "pref(\'browser.urlbar.quicksuggest.shouldShowOnboardingDialog\', false);\npref(\'quickSuggestShouldShowOnboardingDialog\', false);\npref(\'browser.urlbar.quickSuggestShouldShowOnboardingDialog\', false);" > $(rpm --eval %_libdir)/firefox/browser/defaults/preferences/openqa-overrides.js'; + assert_script_run 'printf "pref(\'browser.urlbar.quicksuggest.shouldShowOnboardingDialog\', false);\npref(\'quickSuggestShouldShowOnboardingDialog\', false);\npref(\'browser.urlbar.quickSuggestShouldShowOnboardingDialog\', false);\n" > $(rpm --eval %_libdir)/firefox/browser/defaults/preferences/openqa-overrides.js'; # and disable the "Automated Cookie Protection" thing that showed # up in Firefox 100 (thanks Ed Lee): # https://bugzilla.mozilla.org/show_bug.cgi?id=1703903#c9