Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CONSOLE_SECURE_REFERRER_POLICY (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/common-main.go

    		os.Setenv("CONSOLE_SECURE_STS_INCLUDE_SUB_DOMAINS", isubdom)
    		os.Setenv("CONSOLE_SECURE_STS_PRELOAD", isprel)
    	}
    
    	if valueRefer := globalBrowserConfig.GetReferPolicy(); valueRefer != "" {
    		os.Setenv("CONSOLE_SECURE_REFERRER_POLICY", valueRefer)
    	}
    
    	globalSubnetConfig.ApplyEnv()
    }
    
    func buildOpenIDConsoleConfig() consoleoauth2.OpenIDPCfg {
    	pcfgs := globalIAMSys.OpenIDConfig.ProviderCfgs
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 32.5K bytes
    - Click Count (3)
Back to Top