From bdc2d213236b07c22df75c4770948e43ef2d9a86 Mon Sep 17 00:00:00 2001 From: Morgan Rae Reschenberg Date: Mon, 24 Jul 2023 19:42:45 +0000 Subject: [PATCH] Bug 1844213: Add accessibility.tabfocus to the dynamic pref override list r=Jamie Differential Revision: https://phabricator.services.mozilla.com/D184030 --- modules/libpref/Preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/libpref/Preferences.cpp b/modules/libpref/Preferences.cpp index 9f7c991932e4..9e0853d1a5b7 100644 --- a/modules/libpref/Preferences.cpp +++ b/modules/libpref/Preferences.cpp @@ -6088,6 +6088,7 @@ static const PrefListEntry sRestrictFromWebContentProcesses[] = { // StaticPrefList) and would normally by blocklisted but we allow them through // anyway, so this override list acts as an allowlist static const PrefListEntry sDynamicPrefOverrideList[]{ + PREF_LIST_ENTRY("accessibility.tabfocus"), PREF_LIST_ENTRY("app.update.channel"), PREF_LIST_ENTRY("apz.subtest"), PREF_LIST_ENTRY("autoadmin.global_config_url"), // Bug 1780575