Tab "Firefox Privacy Notice" beim ersten Start deaktivieren?

  • Hallo,

    wie kann ich es verhindern, dass nach der erfolgten Erstinstallation (FF65.0 x64) der Tab "Firefox Privacy Notice" angezeigt wird? Ich nutze zur Installation die policies.json welche im Ordner C:\Program Files\Mozilla Firefox\distribution liegt. Die Einstellungen werden auch gezogen, meine Standard Homepage gesetzt.

    {

    "policies": {
    "DisableAppUpdate": true,
    "BlockAboutAddons": true,
    "BlockAboutConfig": true,
    "BlockAboutProfiles": true,
    "BlockAboutSupport": true,
    "DisablePrivateBrowsing": true,
    "DisableFormHistory": true,
    "DisableBuiltinPDFViewer": true,
    "DisableFirefoxScreenshots": true,
    "DisableDeveloperTools": true,
    "DisableFirefoxAccounts": true,
    "DisableMasterPasswordCreation": true,
    "DisableSetDesktopBackground": true,
    "DisableForgetButton": true,
    "DisableProfileImport": true,
    "DisableProfileRefresh": true,
    "DisableFeedbackCommands": true,
    "DisablePocket": true,
    "SanitizeOnShutdown": true,
    "EnableTrackingProtection": {"Value": false},
    "EnableTrackingProtection": {"Value": true},
    "DisplayMenuBar": true,
    "DisplayMenuBar": true,
    "NoDefaultBookmarks": true,
    "HardwareAcceleration": false,
    "OfferToSaveLogins": false,
    "DontCheckDefaultBrowser": true,
    "OverrideFirstRunPage": "",
    "OverridePostUpdatePage": "",
    "Homepage": {
    "Locked": true,
    "StartPage": "homepage",
    "URL": "https://www.myhomepage.com"
    }
    }

    }


    Danke