Skip to content

Commit

Permalink
fix(docs): default value for Permissions-Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed May 3, 2023
1 parent f02e702 commit 1c47dbd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/content/2.security/1.headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ Default value:

```ts
permissionsPolicy: {
'camera': ['self'],
'microphone': ['self'],
'camera': ['()'],
'display-capture': ['()'],
'fullscreen': ['()'],
'geolocation': ['()'],
'microphone': ['()'],
},
```

0 comments on commit 1c47dbd

Please sign in to comment.