We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a13012 commit b176710Copy full SHA for b176710
1 file changed
src/lib/helpers/http.js
@@ -234,7 +234,7 @@ function skipLoader(config) {
234
new RegExp('http(s*)://(.*?)/agent/tasks', 'g'),
235
new RegExp('http(s*)://(.*?)/agent/(.*?)/code-scripts', 'g'),
236
new RegExp('http(s*)://(.*?)/rule/triggers', 'g'),
237
- new RegExp('http(s*)://(.*?)/rule/criteria-providers', 'g'),
+ new RegExp('http(s*)://(.*?)/rule/config/options', 'g'),
238
new RegExp('http(s*)://(.*?)/conversation/state/keys', 'g'),
239
new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g'),
240
new RegExp('http(s*)://(.*?)/llm-configs', 'g'),
0 commit comments