|
29 | 29 | #include "components/feed/feed_feature_list.h"
|
30 | 30 | #include "components/omnibox/common/omnibox_features.h"
|
31 | 31 | #include "components/password_manager/core/common/password_manager_features.h"
|
| 32 | +#include "components/security_state/core/features.h" |
32 | 33 | #include "components/sync/driver/sync_driver_switches.h"
|
33 | 34 | #include "content/public/common/content_features.h"
|
34 | 35 | #include "content/public/common/content_switches.h"
|
35 | 36 | #include "services/network/public/cpp/features.h"
|
| 37 | +#include "third_party/blink/public/common/features.h" |
36 | 38 | #include "third_party/widevine/cdm/buildflags.h"
|
37 | 39 | #include "ui/base/ui_base_features.h"
|
38 | 40 |
|
@@ -151,7 +153,13 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
|
151 | 153 |
|
152 | 154 | // Enabled features.
|
153 | 155 | const std::unordered_set<const char*> enabled_features = {
|
| 156 | + // Upgrade all mixed content |
| 157 | + blink::features::kMixedContentAutoupgrade.name, |
154 | 158 | password_manager::features::kPasswordImport.name,
|
| 159 | + // Remove URL bar mixed control and allow site specific override instead |
| 160 | + features::kMixedContentSiteSetting.name, |
| 161 | + // Warn about Mixed Content optionally blockable content |
| 162 | + security_state::features::kPassiveMixedContentWarning.name, |
155 | 163 | // Enable webui dark theme: @media (prefers-color-scheme: dark) is gated on
|
156 | 164 | // this feature.
|
157 | 165 | features::kWebUIDarkMode.name,
|
|
0 commit comments