Skip to content

Commit 8fe9de6

Browse files
committed
feat: add missing config entry
1 parent fc95730 commit 8fe9de6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

embedx/config.schema.json

+10
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,16 @@
23342334
"description": "Disallow all outgoing HTTP calls to private IP ranges. This feature can help protect against SSRF attacks.",
23352335
"type": "boolean",
23362336
"default": false
2337+
},
2338+
"private_ip_exception_urls": {
2339+
"title": "Add exempt URLs to private IP ranges",
2340+
"description": "Allows the given URLs to be called despite them being in the private IP range. URLs need to have an exact and case-sensitive match to be excempt.",
2341+
"type": "array",
2342+
"items": {
2343+
"type": "string",
2344+
"format": "uri-reference"
2345+
},
2346+
"default": []
23372347
}
23382348
}
23392349
}

0 commit comments

Comments
 (0)