We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155080 commit 6100c2bCopy full SHA for 6100c2b
src/tools/apify-properties.ts
@@ -173,6 +173,11 @@ export function addProxyProperties(property: ISchemaProperties): ISchemaProperti
173
...property,
174
properties: {
175
...property.properties,
176
+ /**
177
+ * We are not adding the Apify proxy country list field since that requires a MongoDB connection,
178
+ * which is not possible for the local stdio server, and an API endpoint for that is not available.
179
+ * So currently, there is no way for the user to select countries for the Apify proxy.
180
+ */
181
useApifyProxy: {
182
title: 'Use Apify Proxy',
183
type: 'boolean',
0 commit comments