Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetReferPolicy (0.06 seconds)

  1. internal/config/browser/browser.go

    	configLock.RLock()
    	defer configLock.RUnlock()
    	if browseCfg.HSTSSeconds > 0 && browseCfg.HSTSPreload {
    		return config.EnableOn
    	}
    	return config.EnableOff
    }
    
    // GetReferPolicy - Get the ReferPolicy
    func (browseCfg *Config) GetReferPolicy() string {
    	configLock.RLock()
    	defer configLock.RUnlock()
    	return browseCfg.ReferrerPolicy
    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)
Back to Top