9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"extends": "code",
|
|
"network": {
|
|
// Allow all domains directly (for apps that ignore HTTP_PROXY)
|
|
// The "*" wildcard bypasses proxy-based domain filtering
|
|
"allowedDomains": ["*"]
|
|
}
|
|
}
|