Skip to main content

DefaultAssetImportStrategyOptions

Options for DefaultAssetImportStrategy.

Signature

retryDelayMs

propertynumber
Default:200

Delay between retries when a fetch fails, in milliseconds.

retryCount

propertynumber
Default:3

Maximum number of retries when a fetch fails.

allowPrivateNetworks

propertybooleanv3.6.4
Default:false

If true, the strategy permits fetching from hostnames that resolve to private, loopback, link-local or other non-public IP addresses. The default false rejects such hostnames in order to mitigate server-side request forgery against the host's internal network and cloud metadata services. Enable only when importing from a trusted internal asset server or for local development.

Was this chapter helpful?
Report Issue
Edited Jun 1, 2026ยทEdit this page