From 99c19fc488a6b19099c1696d4168e9cf401489fc Mon Sep 17 00:00:00 2001 From: ayaka Date: Wed, 3 Apr 2024 23:47:25 +1300 Subject: [PATCH] rearrange policies.json --- .../dots/usr/share/librewolf/distribution/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-custom/dots/usr/share/librewolf/distribution/policies.json b/xfce-custom/dots/usr/share/librewolf/distribution/policies.json index ec99426..cbecb53 100644 --- a/xfce-custom/dots/usr/share/librewolf/distribution/policies.json +++ b/xfce-custom/dots/usr/share/librewolf/distribution/policies.json @@ -2,6 +2,7 @@ "__COMMENT__ More Information": "https://mozilla.github.io/policy-templates/", "policies": { "AppUpdateURL": "https://localhost", + "DisableAppUpdate": true, "Bookmarks": [ { "Title": "Invidious", @@ -40,8 +41,8 @@ "Placement": "toolbar" } ], - "DisableAppUpdate": true, "OverrideFirstRunPage": "https://www.zombo.com/", + "OverridePostUpdatePage": "", "Homepage": { "URL": "https://www.zombo.com/", "Locked": false, @@ -60,7 +61,6 @@ "Locked": false } }, - "OverridePostUpdatePage": "", "DisableSystemAddonUpdate": true, "DisableProfileImport": false, "DisableFirefoxStudies": true,