u/New_Fee_887

Hello everyone! I made a personal policy for Firefox as I spent a lot of time manually configuring it and I might as well share it, here is what it does.

  • removal of AI integration
  • disabling of telemetry and experiments
  • removal of recommendation systems
  • removal of most search/suggestion behavior
  • tweaked security options
  • removal of firefox accounts/cloud
  • installs Ublock origin, privacy badger and consent-o-matic
  • sets DuckDuckgo as default (it can be changed)
  • private windows delete cookies after closing them

I still left the choice to allow users to install other search engines and extensions.

{
  "policies": {
    "AIControls": {
      "Default": {
        "Value": "blocked"
      },
      "LinkPreviewKeyPoints": {
        "Value": "blocked"
      },
      "PDFAltText": {
        "Value": "blocked"
      },
      "SidebarChatbot": {
        "Value": "blocked"
      },
      "SmartTabGroups": {
        "Value": "blocked"
      },
      "SmartWindow": {
        "Value": "blocked"
      },
      "Translations": {
        "Value": "blocked"
      }
    },
    "Cookies": {
      "Behavior": "limit-foreign",
      "BehaviorPrivateBrowsing": "reject",
      "ExpireAtSessionEnd": false
    },
    "DisableAccounts": true,
    "DisableFeedbackCommands": true,
    "DisableFirefoxScreenshots": true,
    "DisableFirefoxStudies": true,
    "DisablePasswordReveal": true,
    "DisableProfileImport": true,
    "DisableProfileRefresh": true,
    "DisableRemoteImprovements": true,
    "DisableSafeMode": true,
    "DisableSetDesktopBackground": true,
    "DisableTelemetry": true,
    "EnableTrackingProtection": {
      "BaselineExceptions": true,
      "Category": "standard",
      "Cryptomining": true,
      "EmailTracking": true,
      "Fingerprinting": true,
      "SuspectedFingerprinting": true,
      "Value": true
    },
    "ExtensionSettings": {
      "*": {
        "allowed_types": [
          "extension",
          "theme"
        ],
        "installation_mode": "allowed"
      },
      "gdpr@cavi.au.dk": {
        "default_area": "menupanel",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/consent-o-matic/latest.xpi",
        "installation_mode": "normal_installed",
        "private_browsing": true,
        "updates_disabled": false
      },
      "jid1-MnnxcxisBPnSXQ@jetpack": {
        "default_area": "menupanel",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
        "installation_mode": "normal_installed",
        "private_browsing": true,
        "updates_disabled": false
      },
      "uBlock0@raymondhill.net": {
        "default_area": "navbar",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
        "installation_mode": "normal_installed",
        "private_browsing": true,
        "updates_disabled": false
      }
    },
    "FirefoxHome": {
      "Highlights": false,
      "Pocket": false,
      "Search": false,
      "SponsoredPocket": false,
      "SponsoredTopSites": false,
      "TopSites": false
    },
    "FirefoxSuggest": {
      "ImproveSuggest": false,
      "SponsoredSuggestions": false,
      "WebSuggestions": false
    },
    "Homepage": {
      "StartPage": "homepage",
      "URL": "https://duckduckgo.com/"
    },
    "IPProtectionAvailable": false,
    "NewTabPage": false,
    "NoDefaultBookmarks": true,
    "OfferToSaveLogins": false,
    "PasswordManagerEnabled": false,
    "SearchBar": "unified",
    "SearchEngines": {
      "Default": "DuckDuckGo",
      "PreventInstalls": true,
      "Remove": [
      "Google",
      "Bing",
      "Amazon.com",
      "eBay",
      "Wikipedia (en)",
      "Search with Google",
      "Twitter",
      "Qwant",
      "Perplexity",
      "Ecosia"
      ]
    },
    "SearchSuggestEnabled": false,
    "UserMessaging": {
      "ExtensionRecommendations": false,
      "FeatureRecommendations": false,
      "FirefoxLabs": false,
      "MoreFromMozilla": false,
      "SkipOnboarding": true,
      "UrlbarInterventions": false
    },
    "Preferences": {
      "browser.urlbar.suggest.searches": {
        "Value": false,
        "Status": "locked"
      },
      "browser.urlbar.quickactions.enabled": {
        "Value": false,
        "Status": "locked"
      },
      "browser.urlbar.shortcuts.bookmarks": {
        "Value": false,
        "Status": "locked"
      },
      "browser.urlbar.shortcuts.history": {
        "Value": false,
        "Status": "locked"
      },
      "browser.urlbar.shortcuts.tabs": {
        "Value": false,
        "Status": "locked"
      },
      "browser.newtabpage.enabled": {
        "Value": false,
        "Status": "locked"
      },
      "browser.discovery.enabled": {
        "Value": false,
        "Status": "locked"
      },
      "extensions.htmlaboutaddons.recommendations.enabled": {
        "Value": false,
        "Status": "locked"
      },
      "browser.shell.checkDefaultBrowser": {
        "Value": false,
        "Status": "locked"
      }
    },
    "VisualSearchEnabled": false
  }
}
reddit.com
u/New_Fee_887 — 8 days ago