UNPKG

1.13 kBMarkdownView Raw
1# Untitled string in Secrets Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/secrets#/properties/DATA_EMBED_WHITELIST
5```
6
7Comma-separated list of allowed hostnames for data embeds. Supports `*.example.com` as a subdomain wildcard. Use `*` to allow all embeds (potentially insecure and conflicting with `EMBED_WHITELIST`)
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [secrets.schema.json\*](secrets.schema.json "open original schema") |
13
14## DATA_EMBED_WHITELIST Type
15
16`string`
17
18## DATA_EMBED_WHITELIST Default Value
19
20The default value is:
21
22```json
23"docs.google.com, *.sharepoint.com"
24```