arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
10.31k stars 519 forks source link

ToDo: diffs FF131-FF132 #1911

Open earthlng opened 2 weeks ago

earthlng commented 2 weeks ago

FF132 release date: Oct. 29th 2024

FF132 release notes FF132 for developers FF132 security advisories


129 diffs ( 62 new, 32 gone, 35 different )

new in v132.0:

pref("browser.tabs.groups.enabled", false);
pref("browser.urlbar.quicksuggest.exposureSuggestionTypes", "");
pref("browser.urlbar.quicksuggest.hideSettingsUI", false);
pref("dom.closewatcher.enabled", false);
pref("dom.cookieStore.enabled", false);
pref("dom.element.contenteditable.plaintext-only.enabled", false);
pref("dom.ipc.processReuse.unusedGraceMs", 0);
pref("dom.mutation_events.enabled", true);
pref("dom.mutation_events.forceEnable", "");
pref("dom.navigation.navigationRateLimit.count", 200);
pref("dom.navigation.navigationRateLimit.timespan", 10);
pref("dom.quotaManager.storageInitialization.pauseOnIOThreadMs", 0);
pref("dom.viewTransitions.timeout-ms", 10000);
pref("extensions.formautofill.heuristics.autofillSameOriginWithTop", true);
pref("gfx.webrender.debug.picture-borders", false);
pref("javascript.options.experimental.json_parse_with_source", false);
pref("javascript.options.experimental.regexp_modifiers", true);
pref("javascript.options.wasm_experimental_callRef_inlining", true);
pref("javascript.options.wasm_experimental_direct_inlining", true);
pref("javascript.options.wasm_experimental_inlining_level", 5);
pref("javascript.options.wasm_experimental_tiering_level", 5);
pref("layout.css.moz-user-modify.enabled", false);
pref("media.devices.enumerate.legacy.allowlist", "slack.com,*.slack.com");
pref("media.webrtc.disallow_HTTPS_upgrade_for_TURN", true);
pref("network.cookie.maxageCap", 34560000);
pref("network.cookie.useServerTime", false);
pref("network.http.accept_include_images", false);
pref("network.http.http2.push_priority_update", false);
pref("network.http.http2.send-push-max-concurrent-frame", false);
pref("network.http.http2.send_NO_RFC7540_PRI", true);
pref("network.http.http3.disable_when_third_party_roots_found", false);
pref("network.http.http3.ecn", false);
pref("network.http.http3.has_third_party_roots_found_in_automation", false);
pref("network.http.tailing.urgency", 6);
pref("network.trr.max-retry-timeout-ms", 64000);
pref("privacy.query_stripping.strip_on_share.canDisable", true);
pref("remote.retry-on-abort", true);
pref("security.pki.cert_signature_cache_size", 128);
pref("security.pki.sct_signature_cache_size", 256);
pref("security.pki.use_modern_crypto_with_pkcs12", true);
pref("sidebar.animation.duration-ms", 200);
pref("sidebar.animation.enabled", true);
pref("toolkit.backgroundtasks.tests.browserPrefsInherited", 15);
pref("toolkit.backgroundtasks.tests.browserPrefsOverriden", 16);
pref("toolkit.backgroundtasks.tests.geckoPrefsInherited", 17);
pref("toolkit.backgroundtasks.tests.geckoPrefsOverriden", 18);
pref("webgl.drawing_buffer_color_space", true);

changed in v132.0:

pref("permissions.media.query.enabled", true); // prev: false
pref("privacy.restrict3rdpartystorage.heuristic.redirect", false); // prev: true
pref("dom.webnotifications.silent.enabled", true); // prev: false

removed, renamed or hidden in v132.0:


ignore

click me for details

==NEW ```js pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.enabled", false); pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.feeds", "need_to_know"); pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.listFeedTitle", ""); pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.locale-content-config", "en-US,en-GB,en-CA,de"); pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.region-content-config", ""); pref("browser.newtabpage.activity-stream.discoverystream.contextualContent.selectedFeed", "need_to_know"); pref("browser.newtabpage.activity-stream.discoverystream.placements.spocs", "newtab_spocs"); pref("browser.newtabpage.activity-stream.discoverystream.placements.spocs.counts", "6"); pref("browser.newtabpage.activity-stream.discoverystream.placements.tiles", "newtab_tile_1, newtab_tile_2, newtab_tile_3"); pref("browser.newtabpage.activity-stream.discoverystream.placements.tiles.counts", "1, 1, 1"); pref("browser.newtabpage.activity-stream.unifiedAds.blockedAds", ""); pref("browser.newtabpage.activity-stream.unifiedAds.endpoint", "https://ads.mozilla.org/"); pref("browser.newtabpage.activity-stream.unifiedAds.spocs.enabled", false); pref("browser.newtabpage.activity-stream.unifiedAds.tiles.enabled", false); pref("browser.shopping.experience2023.integratedSidebar", false); ``` ==REMOVED, RENAMED or HIDDEN ```js pref("browser.urlbar.weather.ignoreVPN", false); pref("devtools.debugger.javascript-tracing-max-depth", 200); pref("dom.iframe_lazy_loading.enabled", true); pref("dom.navigation.locationChangeRateLimit.count", 200); pref("dom.navigation.locationChangeRateLimit.timespan", 10); pref("dom.streams.from.enabled", true); pref("dom.testing.sync-content-blocking-notifications", false); pref("dom.window.clientinformation.enabled", true); pref("dom.window.sizeToContent.enabled", false); pref("dom.worker.use_medium_high_event_queue", true); pref("dom.workers.modules.enabled", true); pref("input_event_queue.supported", true); pref("javascript.options.mem.gc_max_empty_chunk_count", 30); pref("javascript.options.wasm_experimental_inline_depth_limit", 2); pref("javascript.options.wasm_experimental_inline_size_limit", 256); pref("layers.child-process-shutdown", true); pref("layout.css.forced-color-adjust.enabled", true); pref("layout.css.forced-colors.enabled", true); pref("layout.css.prefers-contrast.enabled", true); pref("network.http.reject_NULs_in_response_header_values", true); pref("network.http.strict_response_status_line_parsing", true); pref("network.http.useragent.freezeCpu", false); pref("network.protocol-handler.external.ms-windows-store", true); pref("network.protocol-handler.warn-external.ms-windows-store", false); pref("network.url.strict_protocol_setter", true); pref("network.websocket.extensions.permessage-deflate", true); pref("pdfjs.enableHighlightEditor", true); pref("privacy.documentCookies.maxage", 0); pref("security.app_menu.recordEventTelemetry", true); pref("threads.control_event_queue.enabled", true); pref("webgl.colorspaces.prototype", false); ``` ==CHANGED ```js pref("browser.firefox-view.max-history-rows", 0); // prev: 300 pref("browser.newtabpage.activity-stream.default.sites", "https://www.youtube.com/,https://www.facebook.com/,https://www.wikipedia.org/,https://www.reddit.com/,https://twitter.com/"); // prev: "https://www.youtube.com/,https://www.facebook.com/,https://www.wikipedia.org/,https://www.reddit.com/,https://www.amazon.com/,https://twitter.com/" pref("browser.newtabpage.activity-stream.discoverystream.endpoints", "https://getpocket.cdn.mozilla.net/,https://firefox-api-proxy.cdn.mozilla.net/,https://spocs.getpocket.com/,https://merino.services.mozilla.com/,https://ads.mozilla.org/"); // prev: "https://getpocket.cdn.mozilla.net/,https://firefox-api-proxy.cdn.mozilla.net/,https://spocs.getpocket.com/,https://merino.services.mozilla.com/" pref("browser.newtabpage.activity-stream.discoverystream.topicLabels.region-topic-label-config", "US, CA"); // prev: "" pref("browser.newtabpage.activity-stream.support.url", "https://support.mozilla.org/1/firefox/132.0/WINNT/en-US/new-tab"); // prev: "https://support.mozilla.org/1/firefox/131.0/WINNT/en-US/new-tab" pref("browser.search.serpEventTelemetryCategorization.enabled", true); // prev: false pref("browser.urlbar.quicksuggest.shouldShowOnboardingDialog", false); // prev: true pref("devtools.debugger.javascript-tracing-log-method", "debugger-sidebar"); // prev: "console" pref("dom.fetchKeepalive.request_limit_per_origin", 30); // prev: 10 pref("dom.fetchKeepalive.total_request_limit", 100); // prev: 30 pref("dom.interactive_widget_default_resizes_visual", true); // prev: false pref("gfx.webrender.svg-filter-effects", true); // prev: false pref("gfx.webrender.svg-filter-effects.feoffset", true); // prev: false pref("media.eme.mfcdm.origin-filter.enabled", 1); // prev: 0 pref("media.eme.playready.enabled", true); // prev: false pref("media.ffmpeg.encoder.enabled", true); // prev: false pref("media.rvfc.enabled", true); // prev: false pref("media.wmf.hevc.enabled", 2); // prev: 0 pref("media.wmf.media-engine.enabled", 2); // prev: 0 pref("network.fetchpriority.adjustments.images.low", 10); // prev: 0 pref("network.fetchpriority.enabled", true); // prev: false pref("network.http.http2.allow-push", false); // prev: true pref("network.http.http2.enabled.deps", false); // prev: true pref("network.http.largeKeepaliveFactor", 20); // prev: 10 pref("security.tls.enable_certificate_compression_brotli", true); // prev: false pref("security.tls.enable_certificate_compression_zlib", true); // prev: false pref("security.tls.enable_certificate_compression_zstd", true); // prev: false ```

earthlng commented 2 weeks ago
some bugzilla tickets

* browser.contentblocking.features.strict Bug [1918037](https://bugzilla.mozilla.org/show_bug.cgi?id=1918037) - Enable blocking third-party cookies in ETP strict. * browser.firefox-view.max-history-rows Bug [1914138](https://bugzilla.mozilla.org/show_bug.cgi?id=1914138) - remove history row limitation outside of Nightly, too, Bug [1886408](https://bugzilla.mozilla.org/show_bug.cgi?id=1886408) - History in sidebar: Remove row limit, fix empty state, add hover button. * browser.newtabpage.activity-stream.discoverystream.contextualContent.enabled Bug [1916539](https://bugzilla.mozilla.org/show_bug.cgi?id=1916539) - Add prefs, region/locale and nimbus controls * browser.newtabpage.activity-stream.discoverystream.contextualContent.locale-content-config Bug [1916539](https://bugzilla.mozilla.org/show_bug.cgi?id=1916539) - Add prefs, region/locale and nimbus controls * browser.newtabpage.activity-stream.discoverystream.contextualContent.region-content-config Bug [1916539](https://bugzilla.mozilla.org/show_bug.cgi?id=1916539) - Add prefs, region/locale and nimbus controls * browser.newtabpage.activity-stream.discoverystream.placements.spocs Bug [1917606](https://bugzilla.mozilla.org/show_bug.cgi?id=1917606) - Newtab connect ads API placements to prefs and Nimbus. * browser.newtabpage.activity-stream.discoverystream.placements.spocs.counts Bug [1917606](https://bugzilla.mozilla.org/show_bug.cgi?id=1917606) - Newtab connect ads API placements to prefs and Nimbus. * browser.newtabpage.activity-stream.discoverystream.placements.tiles Bug [1917606](https://bugzilla.mozilla.org/show_bug.cgi?id=1917606) - Newtab connect ads API placements to prefs and Nimbus. * browser.newtabpage.activity-stream.discoverystream.placements.tiles.counts Bug [1917606](https://bugzilla.mozilla.org/show_bug.cgi?id=1917606) - Newtab connect ads API placements to prefs and Nimbus. * browser.newtabpage.activity-stream.discoverystream.topicLabels.region-topic-label-config Bug [1923186](https://bugzilla.mozilla.org/show_bug.cgi?id=1923186) - Enable topic labels for US/CA a=RyanVM Bug Bug [1915023](https://bugzilla.mozilla.org/show_bug.cgi?id=1915023) - Add region/locale controls for topic labels * browser.newtabpage.activity-stream.unifiedAds.endpoint Bug [1916484](https://bugzilla.mozilla.org/show_bug.cgi?id=1916484) - Setup prefs/nimbus/feature for unified ads client integration * browser.newtabpage.activity-stream.unifiedAds.spocs.enabled Bug [1921326](https://bugzilla.mozilla.org/show_bug.cgi?id=1921326) - Separate unified ads API enabled pref into independent prefs for tiles and spocs * browser.newtabpage.activity-stream.unifiedAds.tiles.enabled Bug [1921326](https://bugzilla.mozilla.org/show_bug.cgi?id=1921326) - Separate unified ads API enabled pref into independent prefs for tiles and spocs * browser.search.serpEventTelemetryCategorization.enabled Bug [1915458](https://bugzilla.mozilla.org/show_bug.cgi?id=1915458) - Enable SERP categorization by default in the US. * browser.shopping.experience2023.integratedSidebar Bug [1916543](https://bugzilla.mozilla.org/show_bug.cgi?id=1916543) - add a pref for Review Checker migrated to sidebar. * browser.tabs.groups.enabled Bug [1916497](https://bugzilla.mozilla.org/show_bug.cgi?id=1916497): Add pref to turn on tab groups * browser.urlbar.quicksuggest.exposureSuggestionTypes Bug [1915317](https://bugzilla.mozilla.org/show_bug.cgi?id=1915317) - Integrate Rust exposure suggestions with desktop. * browser.urlbar.quicksuggest.hideSettingsUI Bug [1915766](https://bugzilla.mozilla.org/show_bug.cgi?id=1915766) - Add a Nimbus variable that hides the Suggest UI. * browser.urlbar.quicksuggest.shouldShowOnboardingDialog Bug [1916873](https://bugzilla.mozilla.org/show_bug.cgi?id=1916873) - Allow Suggest to be safely enabled in non-Suggest locales. * browser.urlbar.weather.ignoreVPN No bug - SNG-1837 - Stop pre-fetching the urlbar weather suggestion. * dom.closewatcher.enabled Bug [1888729](https://bugzilla.mozilla.org/show_bug.cgi?id=1888729) - Implement CloseWatcher interface * dom.cookieStore.enabled Bug [1918643](https://bugzilla.mozilla.org/show_bug.cgi?id=1918643) - Enable cookieStore API in Nightly builds, Bug [1475599](https://bugzilla.mozilla.org/show_bug.cgi?id=1475599) - part 1 - CookieStore API - WebIDL, * dom.element.contenteditable.plaintext-only.enabled Bug [1919927](https://bugzilla.mozilla.org/show_bug.cgi?id=1919927) - Implement `contenteditable="plaintext-only"` in the DOM module * dom.fetchKeepalive.request_limit_per_origin Bug [1906952](https://bugzilla.mozilla.org/show_bug.cgi?id=1906952) - enable fetch keepalive for nightly and early beta users. Bug [1871395](https://bugzilla.mozilla.org/show_bug.cgi?id=1871395) - add pref for keepalive resource limits. * dom.fetchKeepalive.total_request_limit Bug [1906952](https://bugzilla.mozilla.org/show_bug.cgi?id=1906952) - enable fetch keepalive for nightly and early beta users. Bug [1871395](https://bugzilla.mozilla.org/show_bug.cgi?id=1871395) - add pref for keepalive resource limits. * dom.iframe_lazy_loading.enabled Bug [1919188](https://bugzilla.mozilla.org/show_bug.cgi?id=1919188) - Remove dom.iframe_lazy_loading.enabled pref. * dom.interactive_widget_default_resizes_visual Bug [1916002](https://bugzilla.mozilla.org/show_bug.cgi?id=1916002) - Let resizes-visual as the default interactive-widget mode ride the trains. Bug [1884807](https://bugzilla.mozilla.org/show_bug.cgi?id=1884807) - Change the default interactive-widget value to resizes-visual behind a pref. * dom.ipc.processReuse.unusedGraceMs Bug [1914191](https://bugzilla.mozilla.org/show_bug.cgi?id=1914191) - Part 2: Introduce the dom.ipc.processReuse.unusedGraceMs pref, * dom.mutation_events.enabled Bug [1914513](https://bugzilla.mozilla.org/show_bug.cgi?id=1914513) - Add a pref to disable mutation events, * dom.navigation.locationChangeRateLimit.count Bug [1913000](https://bugzilla.mozilla.org/show_bug.cgi?id=1913000) - Add more rate limiting to History interface. * dom.navigation.locationChangeRateLimit.timespan Bug [1913000](https://bugzilla.mozilla.org/show_bug.cgi?id=1913000) - Add more rate limiting to History interface. * dom.navigation.navigationRateLimit.count Bug [1913000](https://bugzilla.mozilla.org/show_bug.cgi?id=1913000) - Add more rate limiting to History interface. * dom.navigation.navigationRateLimit.timespan Bug [1913000](https://bugzilla.mozilla.org/show_bug.cgi?id=1913000) - Add more rate limiting to History interface. * dom.quotaManager.storageInitialization.pauseOnIOThreadMs Bug [1917454](https://bugzilla.mozilla.org/show_bug.cgi?id=1917454) - Add support for pausing QM IO thread after finishing storage initialization; * dom.streams.from.enabled Bug [1899151](https://bugzilla.mozilla.org/show_bug.cgi?id=1899151) - Remove dom.streams.from.enabled pref. * dom.testing.sync-content-blocking-notifications Bug [1920352](https://bugzilla.mozilla.org/show_bug.cgi?id=1920352) - Remove unused dom.testing.sync-content-blocking-notifications pref. * dom.viewTransitions.timeout-ms Bug [1916311](https://bugzilla.mozilla.org/show_bug.cgi?id=1916311) - [css-view-transitions] Initial pass at DOM API internals. * dom.webnotifications.silent.enabled Bug [1809028](https://bugzilla.mozilla.org/show_bug.cgi?id=1809028) - Enable Notification.silent by default * dom.window.clientinformation.enabled Bug [1919187](https://bugzilla.mozilla.org/show_bug.cgi?id=1919187) - Remove dom.window.clientinformation.enabled pref. * dom.window.sizeToContent.enabled Bug [1917745](https://bugzilla.mozilla.org/show_bug.cgi?id=1917745) - Cleanup sizeToContent * dom.worker.use_medium_high_event_queue Bug [1842464](https://bugzilla.mozilla.org/show_bug.cgi?id=1842464) - Remove dom.worker.use_medium_high_event_queue pref * dom.workers.modules.enabled Bug [1880789](https://bugzilla.mozilla.org/show_bug.cgi?id=1880789) - Remove dom.workers.modules.enabled pref. * extensions.formautofill.heuristics.autofillSameOriginWithTop Bug [1916606](https://bugzilla.mozilla.org/show_bug.cgi?id=1916606) - Also autofilling fields that are in the top-level or are same-origin with the top Bug [1906292](https://bugzilla.mozilla.org/show_bug.cgi?id=1906292) - P5. Turn off the relaxed autofill restriction by default. * gfx.webrender.debug.picture-borders Bug [1920058](https://bugzilla.mozilla.org/show_bug.cgi?id=1920058) - Add a debug pref to show picture borders. * gfx.webrender.svg-filter-effects Bug [1905611](https://bugzilla.mozilla.org/show_bug.cgi?id=1905611) - apply clipping to PictureCompositeMode::SVGFEGraph * gfx.webrender.svg-filter-effects.feoffset Bug [1905611](https://bugzilla.mozilla.org/show_bug.cgi?id=1905611) - apply clipping to PictureCompositeMode::SVGFEGraph * input_event_queue.supported Bug [1899147](https://bugzilla.mozilla.org/show_bug.cgi?id=1899147) - Remove input_event_queue.supported pref * javascript.options.experimental.json_parse_with_source Bug [1925334](https://bugzilla.mozilla.org/show_bug.cgi?id=1925334) - Default to disabling JSON.parse with source Bug [1913085](https://bugzilla.mozilla.org/show_bug.cgi?id=1913085) - Enable json_parse_with_source by default and outside of nightly * javascript.options.experimental.regexp_modifiers Bug [1913752](https://bugzilla.mozilla.org/show_bug.cgi?id=1913752) - Ship Regular Expression Pattern Modifiers; * javascript.options.mem.gc_max_empty_chunk_count Bug [1850746](https://bugzilla.mozilla.org/show_bug.cgi?id=1850746) - Part 2: Remove unused JSGC_MAX_EMPTY_CHUNK_COUNT GC parameter * javascript.options.wasm_experimental_callRef_inlining Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * javascript.options.wasm_experimental_direct_inlining Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * javascript.options.wasm_experimental_inline_depth_limit Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * javascript.options.wasm_experimental_inline_size_limit Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * javascript.options.wasm_experimental_inlining_level Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * javascript.options.wasm_experimental_tiering_level Bug [1911071](https://bugzilla.mozilla.org/show_bug.cgi?id=1911071) - part 1: reorganize lazy-tiering and inlining heuristics. * layers.child-process-shutdown Bug [1917329](https://bugzilla.mozilla.org/show_bug.cgi?id=1917329) - Remove layers.child-process-shutdown pref. * layout.css.forced-color-adjust.enabled Bug [1917034](https://bugzilla.mozilla.org/show_bug.cgi?id=1917034) - Remove some related always-on prefs. * layout.css.forced-colors.enabled Bug [1917034](https://bugzilla.mozilla.org/show_bug.cgi?id=1917034) - Remove some related always-on prefs. * layout.css.moz-user-modify.enabled Bug [1920118](https://bugzilla.mozilla.org/show_bug.cgi?id=1920118) - Unship -moz-user-modify. * layout.css.prefers-contrast.enabled Bug [1917034](https://bugzilla.mozilla.org/show_bug.cgi?id=1917034) - Remove some related always-on prefs. * media.devices.enumerate.legacy.allowlist Bug [1908056](https://bugzilla.mozilla.org/show_bug.cgi?id=1908056) - Add media.devices.enumerate.legacy.allowlist exception for slack. * media.devices.enumerate.legacy.enabled Bug [1916993](https://bugzilla.mozilla.org/show_bug.cgi?id=1916993) - Set media.devices.enumerate.legacy.enabled:false and permissions.media.query.enabled:true in 132. Bug [1915222](https://bugzilla.mozilla.org/show_bug.cgi?id=1915222) - Set media.devices.enumerate.legacy.enabled:false and permissions.media.query.enabled:true in early beta (was nightly-only). * media.eme.mfcdm.origin-filter.enabled Bug [1920112](https://bugzilla.mozilla.org/show_bug.cgi?id=1920112) - add Hulu to the blocked list and use the blocked list by default on Nightly. Bug [1919627](https://bugzilla.mozilla.org/show_bug.cgi?id=1919627) - enable PlayReady relative prefs by default for supported websites. Bug [1912496](https://bugzilla.mozilla.org/show_bug.cgi?id=1912496) - part4 : enable the pref on Nightly, Dev and Early Beta. Bug [1911283](https://bugzilla.mozilla.org/show_bug.cgi?id=1911283) - turn off the pref. * media.eme.playready.enabled Bug [1919627](https://bugzilla.mozilla.org/show_bug.cgi?id=1919627) - enable PlayReady relative prefs by default for supported websites. * media.ffmpeg.encoder.enabled Bug [1925066](https://bugzilla.mozilla.org/show_bug.cgi?id=1925066) - Enable FFmpeg encoders everywhere. * media.rvfc.enabled Bug [1919683](https://bugzilla.mozilla.org/show_bug.cgi?id=1919683) correct documentation of media.ruin-av-sync.enabled Bug [1919367](https://bugzilla.mozilla.org/show_bug.cgi?id=1919367) - Ship HTMLVideoElement::RequestVideoFrameCallback support to release. Bug [1800882](https://bugzilla.mozilla.org/show_bug.cgi?id=1800882) - Implement HTMLVideoElement.requestVideoFrameCallback. * media.webrtc.disallow_HTTPS_upgrade_for_TURN Bug [1922559](https://bugzilla.mozilla.org/show_bug.cgi?id=1922559) - Make it possible to skip HTTPS upgrade for TURN requests, * media.wmf.hevc.enabled Bug [1919627](https://bugzilla.mozilla.org/show_bug.cgi?id=1919627) - enable PlayReady relative prefs by default for supported websites. * media.wmf.media-engine.enabled Bug [1919627](https://bugzilla.mozilla.org/show_bug.cgi?id=1919627) - enable PlayReady relative prefs by default for supported websites. * network.cookie.CHIPS.enabled Bug [1923663](https://bugzilla.mozilla.org/show_bug.cgi?id=1923663) - Disable chips in nightly due to login regression Bug [1475599](https://bugzilla.mozilla.org/show_bug.cgi?id=1475599) - part 2 - CookieStore API - IPDL, Bug [1908160](https://bugzilla.mozilla.org/show_bug.cgi?id=1908160) - Enable CHIPS by default. * network.cookie.maxageCap Bug [1913161](https://bugzilla.mozilla.org/show_bug.cgi?id=1913161) - Implement a max-age cap for cookies, * network.cookie.useServerTime Bug [1909980](https://bugzilla.mozilla.org/show_bug.cgi?id=1909980) - Compare the cookie `expires` attribute with the server time, * network.fetchpriority.adjustments.images.low Bug [1920222](https://bugzilla.mozilla.org/show_bug.cgi?id=1920222) - Modify the fetchpriority adjustments for <img> elements so that priority="low" is given a lower priority than auto / no attribute * network.fetchpriority.enabled Bug [1854077](https://bugzilla.mozilla.org/show_bug.cgi?id=1854077) - Enable "fetchpriority" feature by default * network.http.accept_include_images Bug [1917177](https://bugzilla.mozilla.org/show_bug.cgi?id=1917177) - Remove image mime types from documment accept header * network.http.http2.allow-push Bug [1915848](https://bugzilla.mozilla.org/show_bug.cgi?id=1915848) - Set network.http.http2.allow-push to false * network.http.http2.enabled.deps Bug [1915134](https://bugzilla.mozilla.org/show_bug.cgi?id=1915134) - Flip network.http.http2.enabled.deps to false * network.http.http2.push_priority_update Bug [1915134](https://bugzilla.mozilla.org/show_bug.cgi?id=1915134) - Add pref to enable Extensible Prioritization Scheme without sending SETTINGS_NO_RFC7540_PRIORITIES * network.http.http2.send_NO_RFC7540_PRI Bug [1915134](https://bugzilla.mozilla.org/show_bug.cgi?id=1915134) - Add pref to enable Extensible Prioritization Scheme without sending SETTINGS_NO_RFC7540_PRIORITIES * network.http.http2.send-push-max-concurrent-frame Bug [1919750](https://bugzilla.mozilla.org/show_bug.cgi?id=1919750) - Don't send SETTINGS_TYPE_MAX_CONCURRENT when push is disabled * network.http.http3.disable_when_third_party_roots_found Bug [1925014](https://bugzilla.mozilla.org/show_bug.cgi?id=1925014) - Disallow HTTP/3 when third party root is found. a=RyanVM * network.http.http3.ecn Bug [1918070](https://bugzilla.mozilla.org/show_bug.cgi?id=1918070) - Enable QUIC ECN on Firefox Nightly Bug [1902065](https://bugzilla.mozilla.org/show_bug.cgi?id=1902065) - send and recv IP ECN on HTTP3/QUIC * network.http.http3.has_third_party_roots_found_in_automation Bug [1925014](https://bugzilla.mozilla.org/show_bug.cgi?id=1925014) - Disallow HTTP/3 when third party root is found. a=RyanVM * network.http.largeKeepaliveFactor Bug [1916352](https://bugzilla.mozilla.org/show_bug.cgi?id=1916352) - Increase network.http.largeKeepaliveFactor and record DNS_TRR_REQUEST_PER_CONN on release, * network.http.referer.hideOnionSource Bug [1816916](https://bugzilla.mozilla.org/show_bug.cgi?id=1816916): Hide onion referers by default * network.http.reject_NULs_in_response_header_values Bug [1917924](https://bugzilla.mozilla.org/show_bug.cgi?id=1917924) - Remove network.http.reject_NULs_in_response_header_values pref. * network.http.strict_response_status_line_parsing Bug [1917925](https://bugzilla.mozilla.org/show_bug.cgi?id=1917925) - network.http.strict_response_status_line_parsing pref. * network.http.tailing.urgency Bug [1916832](https://bugzilla.mozilla.org/show_bug.cgi?id=1916832) - Expose class of service and tailing priorities to nimbus * network.http.useragent.freezeCpu Bug [1711835](https://bugzilla.mozilla.org/show_bug.cgi?id=1711835) - Remove network.http.useragent.freezeCpu pref. * network.protocol-handler.external.ms-windows-store Bug [1916193](https://bugzilla.mozilla.org/show_bug.cgi?id=1916193) - stop always allowing opening the Windows Store, * network.protocol-handler.warn-external.ms-windows-store Bug [1916193](https://bugzilla.mozilla.org/show_bug.cgi?id=1916193) - stop always allowing opening the Windows Store, * network.trr.max-retry-timeout-ms Bug [1760097](https://bugzilla.mozilla.org/show_bug.cgi?id=1760097) - Add a pref for the max confirmation interval * network.url.strict_protocol_setter Bug [1916102](https://bugzilla.mozilla.org/show_bug.cgi?id=1916102) - Remove network.url.strict_protocol_setter pref * network.websocket.extensions.permessage-deflate Bug [1912434](https://bugzilla.mozilla.org/show_bug.cgi?id=1912434) - Remove network.websocket.extensions.permessage-deflate pref * pdfjs.enableHighlightEditor Bug [1905864](https://bugzilla.mozilla.org/show_bug.cgi?id=1905864) - Generate a PDF.js default-prefs file that can be used directly in mozilla-central. Bug [1867513](https://bugzilla.mozilla.org/show_bug.cgi?id=1867513) - Enable highlighting in a PDF in beta 126 Bug [1867513](https://bugzilla.mozilla.org/show_bug.cgi?id=1867513) - Enable highlighting in a PDF in beta 126 a=dmeehan Bug [1867512](https://bugzilla.mozilla.org/show_bug.cgi?id=1867512) - Enable highlighting text in a pdf in nightly and early beta * permissions.media.query.enabled Bug [1916993](https://bugzilla.mozilla.org/show_bug.cgi?id=1916993) - Set media.devices.enumerate.legacy.enabled:false and permissions.media.query.enabled:true in 132. Bug [1915222](https://bugzilla.mozilla.org/show_bug.cgi?id=1915222) - Set media.devices.enumerate.legacy.enabled:false and permissions.media.query.enabled:true in early beta (was nightly-only). Bug [1609427](https://bugzilla.mozilla.org/show_bug.cgi?id=1609427) - Add permissions.media.query.enabled pref defaulting to true in Nightly. * privacy.documentCookies.maxage Bug [1913161](https://bugzilla.mozilla.org/show_bug.cgi?id=1913161) - Implement a max-age cap for cookies, * privacy.query_stripping.strip_on_share.canDisable Bug [1895334](https://bugzilla.mozilla.org/show_bug.cgi?id=1895334) - Grey out Copy without Site Tracking option when nothing can be stripped. * privacy.restrict3rdpartystorage.heuristic.redirect Bug [1918120](https://bugzilla.mozilla.org/show_bug.cgi?id=1918120) - Disable “tracker redirect” heuristic in release (privacy.restrict3rdpartystorage.heuristic.redirect) - * remote.retry-on-abort Bug [1854942](https://bugzilla.mozilla.org/show_bug.cgi?id=1854942) - [remote] Retry invocation of module methods automatically. * security.app_menu.recordEventTelemetry Bug [1921012](https://bugzilla.mozilla.org/show_bug.cgi?id=1921012) - Remove unreferenced telemetry event security.ui.app_menu, * security.pki.cert_signature_cache_size Bug [1918279](https://bugzilla.mozilla.org/show_bug.cgi?id=1918279) - implement a signature cache * security.pki.sct_signature_cache_size Bug [1918279](https://bugzilla.mozilla.org/show_bug.cgi?id=1918279) - implement a signature cache * security.pki.use_modern_crypto_with_pkcs12 Bug [1900619](https://bugzilla.mozilla.org/show_bug.cgi?id=1900619) - Enable security.pki.use_modern_crypto_with_pkcs12 by default. * security.tls.enable_certificate_compression_brotli Bug [1908112](https://bugzilla.mozilla.org/show_bug.cgi?id=1908112) - Enable all the certificate compression mechanisms in Release a=RyanVM * security.tls.enable_certificate_compression_zlib Bug [1908112](https://bugzilla.mozilla.org/show_bug.cgi?id=1908112) - Enable all the certificate compression mechanisms in Release a=RyanVM * security.tls.enable_certificate_compression_zstd Bug [1908112](https://bugzilla.mozilla.org/show_bug.cgi?id=1908112) - Enable all the certificate compression mechanisms in Release a=RyanVM * security.tls.enable_kyber Bug [1919097](https://bugzilla.mozilla.org/show_bug.cgi?id=1919097) - set security.tls.enable_kyber to true by default on desktop. Bug [1918711](https://bugzilla.mozilla.org/show_bug.cgi?id=1918711) - disable mlkem. * sidebar.animation.duration-ms Bug [1915230](https://bugzilla.mozilla.org/show_bug.cgi?id=1915230) - Make animation and duration configurable. * sidebar.animation.enabled Bug [1915230](https://bugzilla.mozilla.org/show_bug.cgi?id=1915230) - Make animation and duration configurable. * threads.control_event_queue.enabled Bug [1917994](https://bugzilla.mozilla.org/show_bug.cgi?id=1917994) - Remove threads.control_event_queue.enabled pref. * toolkit.backgroundtasks.tests.browserPrefsInherited Bug [1917375](https://bugzilla.mozilla.org/show_bug.cgi?id=1917375) - Add tests verifying background tasks inherit and override prefs from Firefox and Gecko correctly. * toolkit.backgroundtasks.tests.browserPrefsOverriden Bug [1917375](https://bugzilla.mozilla.org/show_bug.cgi?id=1917375) - Add tests verifying background tasks inherit and override prefs from Firefox and Gecko correctly. * toolkit.backgroundtasks.tests.geckoPrefsInherited Bug [1917375](https://bugzilla.mozilla.org/show_bug.cgi?id=1917375) - Add tests verifying background tasks inherit and override prefs from Firefox and Gecko correctly. * toolkit.backgroundtasks.tests.geckoPrefsOverriden Bug [1917375](https://bugzilla.mozilla.org/show_bug.cgi?id=1917375) - Add tests verifying background tasks inherit and override prefs from Firefox and Gecko correctly. * webchannel.allowObject.urlWhitelist Bug [1275612](https://bugzilla.mozilla.org/show_bug.cgi?id=1275612) - Don't allow any origins to send objects over WebChannel. * webgl.colorspaces.prototype Bug [1885491](https://bugzilla.mozilla.org/show_bug.cgi?id=1885491) - s/webgl.colorspaces.prototype/webgl.drawing_buffer_color_space/. * webgl.drawing_buffer_color_space Bug [1885491](https://bugzilla.mozilla.org/show_bug.cgi?id=1885491) - Enable webgl.drawing_buffer_color_space. Bug [1885491](https://bugzilla.mozilla.org/show_bug.cgi?id=1885491) - s/webgl.colorspaces.prototype/webgl.drawing_buffer_color_space/.

Jee-Hex commented 2 weeks ago
  • browser.urlbar.weather.ignoreVPN No bug - SNG-1837 - Stop pre-fetching the urlbar weather suggestion.

https://hg.mozilla.org/mozilla-central/rev/3c434dd30b6491e4880d9ae4ce564d3d6ff4b91d

https://phabricator.services.mozilla.com/D223874

!In D223874#7692267, @daisuke wrote:

! In D223874#7692255, @adw wrote:

! In D223874#7692214, @daisuke wrote: According to this patch commit message, it seems that it will apply to SNG-1837 not the Bugzilla number. Do we have similar patches?

I don't think so, but I want to try and land this without a bug to see what happens. I'm tired of creating duplicate Jira tickets and bugs for the same work.

As it seems that we need to log in to JIRA to see the SNG-1837 page, it might be difficult a bit to chase the reason why we needed to fix this. (Also, the link of the target Jira will not generate automatically in searchfox etc?)

That's true, I'm curious what will happen.

Oh, interesting! I'm also curious what will happen. Let's try it :)

Well that's a first...