Support to store browser config settings (#18631)

* csp_policy
* hsts_seconds
* hsts_include_subdomains
* hsts_preload
* referrer_policy
This commit is contained in:
Pedro Juarez
2024-01-01 08:36:33 -08:00
committed by GitHub
parent c1cae51fb5
commit 8f13c8c3bf
7 changed files with 268 additions and 1 deletions
+3 -1
View File
@@ -119,6 +119,7 @@ const (
CallhomeSubSys = madmin.CallhomeSubSys
DriveSubSys = madmin.DriveSubSys
BatchSubSys = madmin.BatchSubSys
BrowserSubSys = madmin.BrowserSubSys
// Add new constants here (similar to above) if you add new fields to config.
)
@@ -188,6 +189,7 @@ var SubSystemsDynamic = set.CreateStringSet(
StorageClassSubSys,
CacheSubSys,
BatchSubSys,
BrowserSubSys,
)
// SubSystemsSingleTargets - subsystems which only support single target.
@@ -209,8 +211,8 @@ var SubSystemsSingleTargets = set.CreateStringSet(
SubnetSubSys,
CallhomeSubSys,
DriveSubSys,
CacheSubSys,
BatchSubSys,
BrowserSubSys,
)
// Constant separators