Skip to content

Commit 7aef0d8

Browse files
idosalCopilot
andauthored
Update specification/draft/apps.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 699549e commit 7aef0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specification/draft/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ const allowList: string[] = [];
13561356
if (permissions?.camera) allowList.push('camera');
13571357
if (permissions?.microphone) allowList.push('microphone');
13581358
if (permissions?.geolocation) allowList.push('geolocation');
1359-
const allowAttribute = allowList.join('; ');
1359+
const allowAttribute = allowList.join(' ');
13601360
```
13611361

13621362
**Security Requirements:**

0 commit comments

Comments
 (0)