Searched refs:AllowCookiesForSubdomains (Results 1 – 6 of 6) sorted by relevance
332 if *a.Config().ServiceSettings.AllowCookiesForSubdomains {
316 …AllowCookiesForSubdomains *bool `access:"write_restrictable,cloud_restr… member641 if s.AllowCookiesForSubdomains == nil {642 s.AllowCookiesForSubdomains = NewBool(false)3146 if *o.ServiceSettings.SiteURL == "" && *o.ServiceSettings.AllowCookiesForSubdomains {
298 …AllowCookiesForSubdomains *bool `access:"write_restrictable,cloud_restr… member622 if s.AllowCookiesForSubdomains == nil {623 s.AllowCookiesForSubdomains = NewBool(false)3047 if len(*o.ServiceSettings.SiteURL) == 0 && *o.ServiceSettings.AllowCookiesForSubdomains {
320 …AllowCookiesForSubdomains *bool `access:"write_restrictable,cloud_restr… member654 if s.AllowCookiesForSubdomains == nil {655 s.AllowCookiesForSubdomains = NewBool(false)3280 if *o.ServiceSettings.SiteURL == "" && *o.ServiceSettings.AllowCookiesForSubdomains {
417 …cookies_for_subdomains": *cfg.ServiceSettings.AllowCookiesForSubdomains,