UNPKG

1.24 kBMarkdownView Raw
1# Untitled string in Secrets Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/secrets#/properties/EMBED_WHITELIST
5```
6
7Comma-separated list of allowed hostnames for embeds. Supports `*.example.com` as a subdomain wildcard. Use `*` to allow all embeds (potentially insecure and conflicting with `DATA_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## EMBED_WHITELIST Type
15
16`string`
17
18## EMBED_WHITELIST Default Value
19
20The default value is:
21
22```json
23"www.youtube.com, spark.adobe.com, unsplash.com, soundcloud.com, lottiefiles.com, www.slideshare.net, vimeo.com, www.instagram.com, twitter.com, open.spotify.com"
24```