mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
566 B
C
11 lines
566 B
C
--- extensions/browser/pref_names.h.orig 2023-02-08 09:03:45 UTC
|
|
+++ extensions/browser/pref_names.h
|
|
@@ -103,7 +103,7 @@ extern const char kStorageGarbageCollect[];
|
|
extern const char kDeletedComponentExtensions[];
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
// A preference for whether Chrome Apps should be allowed. The default depends
|
|
// on the ChromeAppsDeprecation feature flag, and this pref can extend support
|
|
// for Chrome Apps by enterprise policy.
|