opnsense-ports/devel/electron22/files/patch-extensions_browser_extension__prefs.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
594 B
C++

--- extensions/browser/extension_prefs.cc.orig 2022-11-30 08:12:58 UTC
+++ extensions/browser/extension_prefs.cc
@@ -2287,7 +2287,7 @@ void ExtensionPrefs::RegisterProfilePrefs(
registry->RegisterDictionaryPref(kInstallSignature);
registry->RegisterListPref(kExternalUninstalls);
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
- BUILDFLAG(IS_FUCHSIA)
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
registry->RegisterBooleanPref(pref_names::kChromeAppsEnabled, false);
#endif
registry->RegisterBooleanPref(pref_names::kU2fSecurityKeyApiEnabled, false);