From 337a7f0c49aae42047cdeed16b9ed163201b0927 Mon Sep 17 00:00:00 2001 From: ayaka Date: Wed, 11 Dec 2024 14:51:27 +1300 Subject: [PATCH] policies.json changes --- .../librewolf/distribution/policies.json | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/xfce-custom/dots/usr/share/librewolf/distribution/policies.json b/xfce-custom/dots/usr/share/librewolf/distribution/policies.json index f41e2ac..62ac278 100644 --- a/xfce-custom/dots/usr/share/librewolf/distribution/policies.json +++ b/xfce-custom/dots/usr/share/librewolf/distribution/policies.json @@ -2,7 +2,22 @@ "__COMMENT__ More Information": "https://mozilla.github.io/policy-templates/", "policies": { "AppUpdateURL": "https://localhost", + "DefaultDownloadDirectory": "${home}/Desktop/TRANSfer", "DisableAppUpdate": true, + "UserMessaging": { + "ExtensionRecommendations": false, + "FeatureRecommendations": false, + "UrlbarInterventions": false, + "SkipOnboarding": true, + "MoreFromMozilla": false, + "FirefoxLabs": false, + "Locked": false + }, + "SupportMenu": { + "Title": "iridium neko-apps repository", + "URL": "https://git.stardust.wtf/iridium/neko-apps", + "AccessKey": "R" + }, "Bookmarks": [ { "Title": "Invidious", @@ -75,14 +90,6 @@ "Locked": false }, "NoDefaultBookmarks": true, - "WebsiteFilter": { - "Block": [ - "https://localhost/*" - ], - "Exceptions": [ - "https://localhost/*" - ] - }, "Extensions": { "Install": [ "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi", @@ -146,10 +153,6 @@ "URLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}&cat=web&pl=opensearch" } ] - }, - "SupportMenu": { - "Title": "LibreWolf Issue Tracker", - "URL": "https://gitlab.com/librewolf-community/settings/issues" } } }