- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for IsHSTSPreload (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/config/browser/browser.go
defer configLock.RUnlock() if browseCfg.HSTSSeconds > 0 && browseCfg.HSTSIncludeSubdomains { return config.EnableOn } return config.EnableOff } // IsHSTSPreload - is HSTS 'preload' directive enabled func (browseCfg *Config) IsHSTSPreload() string { configLock.RLock() defer configLock.RUnlock() if browseCfg.HSTSSeconds > 0 && browseCfg.HSTSPreload { return config.EnableOn } return config.EnableOff
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jun 21 00:58:58 GMT 2024 - 5.9K bytes - Click Count (0)