Global Privacy Control is game changer .... if only you knew it was working
Privacy Guides Community [Unofficial]
February 15, 2026
github.com/brave/brave-core
chromium_src/third_party/blink/common/features.cc
874a39cfc
58. base::FEATURE_ENABLED_BY_DEFAULT
59. #else
60. base::FEATURE_DISABLED_BY_DEFAULT
61. #endif
62. );
63.
64. // Enables protection against fingerprinting via high-resolution time stamps.
65. BASE_FEATURE(kBraveRoundTimeStamps,
66. base::FEATURE_DISABLED_BY_DEFAULT);
67.
68. // Enables the Global Privacy Control header and navigator APIs.
69. BASE_FEATURE(kBraveGlobalPrivacyControl,
70. base::FEATURE_ENABLED_BY_DEFAULT);
71.
72. // Enable EventSource connection pool limit per eTLD+1.
73. BASE_FEATURE(kRestrictEventSourcePool,
74. #if BUILDFLAG(IS_ANDROID)
75. base::FEATURE_DISABLED_BY_DEFAULT
76. #else
77. base::FEATURE_ENABLED_BY_DEFAULT
78. #endif
Discussion in the ATmosphere