Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowOrigins (0.15 sec)

  1. pilot/pkg/networking/core/route/route_internal_test.go

    	node := &model.Proxy{
    		IstioVersion: &model.IstioVersion{
    			Major: 1,
    			Minor: 23,
    			Patch: 0,
    		},
    	}
    	corsPolicy := &networking.CorsPolicy{
    		AllowOrigins: []*networking.StringMatch{
    			{MatchType: &networking.StringMatch_Exact{Exact: "exact"}},
    			{MatchType: &networking.StringMatch_Prefix{Prefix: "prefix"}},
    			{MatchType: &networking.StringMatch_Regex{Regex: "regex"}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 11 02:47:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top