mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Fix line wrapping in firefox config override
Missed a line break... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7ee3a91ffc
commit
f3e4750f6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user