[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-149.0a1-16.0-2] 2 commits: fixup! Firefox preference overrides.



Title: GitLab

henry pushed to branch mullvad-browser-149.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 9e67112f
    by Henry Wilkes at 2026-03-31T18:03:01+01:00
    fixup! Firefox preference overrides.
    
    BB 44764: Hide some AI settings using `browser.ai.control.default`.
    
  • 832ee4b4
    by Henry Wilkes at 2026-03-31T18:03:02+01:00
    fixup! BB 44045: Disable ML features.
    
    BB 44764: Stop commenting out link preview setting controls.
    

2 changed files:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -350,6 +350,13 @@ pref("browser.search.serpEventTelemetryCategorization.enabled", false);
    350 350
     // lock the preference because the engine is excluded and the
    
    351 351
     // "translations-models" RemoteSettings needed for the engine is empty.
    
    352 352
     pref("browser.translations.enable", false, locked);
    
    353
    +// Hide some AI settings outside the "ai" setting pane. See tor-browser#44764.
    
    354
    +// NOTE: This preference tracks whether the *user* opted out of all AI features
    
    355
    +// in about:preferences. By itself, it does not provide global blocking of the
    
    356
    +// AI features, which are often controlled by separate preferences below.
    
    357
    +// However, some parts of the UI will react to this preference. See
    
    358
    +// tor-browser#44541.
    
    359
    +pref("browser.ai.control.default", "blocked", locked);
    
    353 360
     // Disables many (but not all) ML engines. Note, this does not have overall
    
    354 361
     // control over exposure to ML features. tor-browser#44045.
    
    355 362
     pref("browser.ml.enable", false, locked);
    

  • browser/components/preferences/main.js
    ... ... @@ -3426,21 +3426,21 @@ SettingGroupManager.registerGroups({
    3426 3426
           //   supportPage: "extensionrecommendations",
    
    3427 3427
           //   subcategory: "cfrfeatures",
    
    3428 3428
           // },
    
    3429
    -      // {
    
    3430
    -      //   id: "linkPreviewEnabled",
    
    3431
    -      //   l10nId: "link-preview-settings-enable",
    
    3432
    -      //   subcategory: "link-preview",
    
    3433
    -      //   items: [
    
    3434
    -      //     {
    
    3435
    -      //       id: "linkPreviewKeyPoints",
    
    3436
    -      //       l10nId: "link-preview-settings-key-points",
    
    3437
    -      //     },
    
    3438
    -      //     {
    
    3439
    -      //       id: "linkPreviewLongPress",
    
    3440
    -      //       l10nId: "link-preview-settings-long-press",
    
    3441
    -      //     },
    
    3442
    -      //   ],
    
    3443
    -      // },
    
    3429
    +      {
    
    3430
    +        id: "linkPreviewEnabled",
    
    3431
    +        l10nId: "link-preview-settings-enable",
    
    3432
    +        subcategory: "link-preview",
    
    3433
    +        items: [
    
    3434
    +          {
    
    3435
    +            id: "linkPreviewKeyPoints",
    
    3436
    +            l10nId: "link-preview-settings-key-points",
    
    3437
    +          },
    
    3438
    +          {
    
    3439
    +            id: "linkPreviewLongPress",
    
    3440
    +            l10nId: "link-preview-settings-long-press",
    
    3441
    +          },
    
    3442
    +        ],
    
    3443
    +      },
    
    3444 3444
         ],
    
    3445 3445
       },
    
    3446 3446
       httpsOnly: {
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx