Skip to content

Commit 6cab60f

Browse files
feat: add iframe whitelist domain env var for on-premise deployments
1 parent 2853bee commit 6cab60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/self-hosting/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To update **either** `NC_ADMIN_EMAIL` or `NC_ADMIN_PASSWORD`, you must set **bot
109109
| `NC_MIGRATIONS_DISABLED` | No | Disables NocoDB migrations. | |
110110
| `NC_DISABLE_AUDIT` | No | Disables the audit log feature. | Defaults to `false`. |
111111
| `NC_AUTOMATION_LOG_LEVEL` | No | Configures logging levels for automation features. Possible values: `OFF`, `ERROR`, `ALL`. More details can be found under [Webhooks](/docs/product-docs/automation/webhook/create-webhook). | Defaults to `OFF`. |
112-
112+
| `NC_IFRAME_WHITELIST_DOMAINS` | No | Comma-separated list of domains allowed to be embedded in iframes. (Only available in NocoDB On-premise) eg: `*.nocodb.com,*.mycompany.com` | |
113113
### Postgres Data Reflection
114114

115115
NocoDB UI is exactly what's in your Postgres database schema. Same tables, same columns—everything is perfectly

0 commit comments

Comments
 (0)