Enable internal firewall by default

This commit is contained in:
Carmelo Messina
2023-05-01 15:01:21 +02:00
parent 8f50b49f6f
commit b51a3c2ca8
+1 -1
View File
@@ -410,7 +410,7 @@ new file mode 100644
+
+BASE_FEATURE(kEnableFirewall,
+ "EnableFirewall",
+ base::FEATURE_DISABLED_BY_DEFAULT);
+ base::FEATURE_ENABLED_BY_DEFAULT);
+
+} // namespace features
+} // namespace firewall