DefaultAssetImportStrategyOptions
Options for DefaultAssetImportStrategy.
retryDelayMs
property
numberDefault:
200Delay between retries when a fetch fails, in milliseconds.
retryCount
property
numberDefault:
3Maximum number of retries when a fetch fails.
allowPrivateNetworks
property
booleanv3.6.4Default:
falseIf 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?