From e775d68a9b4a5f9e893ff0e3500dade036185193 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sat, 28 Oct 2023 13:58:41 +0200 Subject: [PATCH] linux: fix string formatting of Firefox configs This commit fixes some configurations being set wrong values to wrong YAML notation used for string values. --- src/application/collections/linux.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/application/collections/linux.yaml b/src/application/collections/linux.yaml index 499fed17..5f20dc1c 100644 --- a/src/application/collections/linux.yaml +++ b/src/application/collections/linux.yaml @@ -2911,7 +2911,8 @@ actions: function: AddFirefoxPrefs parameters: prefName: toolkit.telemetry.log.level - jsonValue: 'Fatal' + jsonValue: >- + "Fatal" - name: Disable Firefox telemetry log output recommend: standard @@ -2924,7 +2925,8 @@ actions: function: AddFirefoxPrefs parameters: prefName: toolkit.telemetry.log.dump - jsonValue: 'Fatal' + jsonValue: >- + "Fatal" - name: Clear Firefox telemetry user ID recommend: standard