You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`DUCK_UI_ALLOW_UNSIGNED_EXTENSIONS`| Allow loading unsigned DuckDB extensions | No |`false`|`"true"`|
25
+
|`DUCK_UI_DUCKDB_WASM_USE_CDN`| Enable loading DuckDB WASM and worker files from CDN (ignored when `DUCK_UI_DUCKDB_WASM_CDN_ONLY=true` at build time) | No |`false`|`"true"`|
26
+
|`DUCK_UI_DUCKDB_WASM_BASE_URL`| Custom CDN base URL (when `DUCK_UI_DUCKDB_WASM_USE_CDN=true`) | No | Auto (`duckdb.getJsDelivrBundles()`) |`"https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm@1.33.1-dev19.0/dist"`|
|`DUCK_UI_DUCKDB_WASM_CDN_ONLY`| Build a CDN-only artifact (local DuckDB WASM files are not bundled). Suitable for edge platforms with strict asset size limits. | No |`false`|`"true"`|
33
+
34
+
When `DUCK_UI_DUCKDB_WASM_CDN_ONLY=true`, runtime `DUCK_UI_DUCKDB_WASM_USE_CDN=false` cannot switch back to local WASM because local assets are not included in the build.
25
35
26
36
::: warning Security Note
27
37
Enabling unsigned extensions may pose security risks. Only enable this in trusted environments.
0 commit comments