File tree 1 file changed +1
-35
lines changed
dependencies/che-plugin-registry/build/dockerfiles
1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change 72
72
allow-anonymous-data-usage : false
73
73
74
74
bucket4j :
75
- enabled : true
76
- filters :
77
- - cache-name : buckets
78
- url : ' /api/-/(namespace/create|publish)'
79
- http-response-headers :
80
- Access-Control-Allow-Origin : ' *'
81
- Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
82
- rate-limits :
83
- - cache-key : getParameter("token")
84
- bandwidths :
85
- - capacity : 15
86
- time : 1
87
- unit : seconds
88
- - cache-name : buckets
89
- url : ' /vscode/asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default'
90
- http-response-headers :
91
- Access-Control-Allow-Origin : ' *'
92
- Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
93
- rate-limits :
94
- - cache-key : getRemoteAddr()
95
- bandwidths :
96
- - capacity : 75
97
- time : 1
98
- unit : seconds
99
- - cache-name : buckets
100
- url : ' /vscode/(?!asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default).*|/api/(?!(.*/.*/review(/delete)?)|(-/(namespace/create|publish))).*'
101
- http-response-headers :
102
- Access-Control-Allow-Origin : ' *'
103
- Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
104
- rate-limits :
105
- - cache-key : getRemoteAddr()
106
- bandwidths :
107
- - capacity : 15
108
- time : 1
109
- unit : seconds
75
+ enabled : false
110
76
111
77
ovsx :
112
78
elasticsearch :
You can’t perform that action at this time.
0 commit comments