Skip to content

Commit 4f291fe

Browse files
authored
Merge pull request #278 from nocodb/iframe-whitelisting
feat: add iframe whitelist domain env
2 parents 6288a1f + 6cab60f commit 4f291fe

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)