View | Details | Raw Unified | Return to bug 270436 | Differences between
and this patch

Collapse All | Expand All

(-)firefox-112.0.1/modules/libpref/Preferences.cpp (-1 / +2 lines)
Lines 6090-6096 Link Here
6090
// These prefs are dynamically-named (i.e. not specified in prefs.js or
6090
// These prefs are dynamically-named (i.e. not specified in prefs.js or
6091
// StaticPrefList) and would normally by blocklisted but we allow them through
6091
// StaticPrefList) and would normally by blocklisted but we allow them through
6092
// anyway, so this override list acts as an allowlist
6092
// anyway, so this override list acts as an allowlist
6093
static const PrefListEntry sDynamicPrefOverrideList[]{
6093
static const PrefListEntry sDynamicPrefOverrideList[] = {
6094
    PREF_LIST_ENTRY("app.update.channel"),
6094
    PREF_LIST_ENTRY("app.update.channel"),
6095
    PREF_LIST_ENTRY("apz.subtest"),
6095
    PREF_LIST_ENTRY("apz.subtest"),
6096
    PREF_LIST_ENTRY("autoadmin.global_config_url"),  // Bug 1780575
6096
    PREF_LIST_ENTRY("autoadmin.global_config_url"),  // Bug 1780575
Lines 6128-6133 Link Here
6128
    PREF_LIST_ENTRY("marionette.log.level"),
6128
    PREF_LIST_ENTRY("marionette.log.level"),
6129
    PREF_LIST_ENTRY("media.audio_loopback_dev"),
6129
    PREF_LIST_ENTRY("media.audio_loopback_dev"),
6130
    PREF_LIST_ENTRY("media.decoder-doctor."),
6130
    PREF_LIST_ENTRY("media.decoder-doctor."),
6131
    PREF_LIST_ENTRY("media.cubeb.backend"),
6131
    PREF_LIST_ENTRY("media.cubeb.output_device"),
6132
    PREF_LIST_ENTRY("media.cubeb.output_device"),
6132
    PREF_LIST_ENTRY("media.getusermedia.fake-camera-name"),
6133
    PREF_LIST_ENTRY("media.getusermedia.fake-camera-name"),
6133
    PREF_LIST_ENTRY("media.hls.server.url"),
6134
    PREF_LIST_ENTRY("media.hls.server.url"),

Return to bug 270436