|
|
@ -149,7 +149,7 @@ func (hs *HTTPServer) getFrontendSettings(c *contextmodel.ReqContext) (*dtos.Fro |
|
|
|
TrustedTypesDefaultPolicyEnabled: trustedTypesDefaultPolicyEnabled, |
|
|
|
TrustedTypesDefaultPolicyEnabled: trustedTypesDefaultPolicyEnabled, |
|
|
|
CSPReportOnlyEnabled: hs.Cfg.CSPReportOnlyEnabled, |
|
|
|
CSPReportOnlyEnabled: hs.Cfg.CSPReportOnlyEnabled, |
|
|
|
DateFormats: hs.Cfg.DateFormats, |
|
|
|
DateFormats: hs.Cfg.DateFormats, |
|
|
|
SecureSocksDSProxyEnabled: hs.Cfg.SecureSocksDSProxy.Enabled, |
|
|
|
SecureSocksDSProxyEnabled: hs.Cfg.SecureSocksDSProxy.Enabled && hs.Cfg.SecureSocksDSProxy.ShowUI, |
|
|
|
|
|
|
|
|
|
|
|
Auth: dtos.FrontendSettingsAuthDTO{ |
|
|
|
Auth: dtos.FrontendSettingsAuthDTO{ |
|
|
|
OAuthSkipOrgRoleUpdateSync: hs.Cfg.OAuthSkipOrgRoleUpdateSync, |
|
|
|
OAuthSkipOrgRoleUpdateSync: hs.Cfg.OAuthSkipOrgRoleUpdateSync, |
|
|
|