Skip to content

Commit

Permalink
Fix CSP in README.md (#279)
Browse files Browse the repository at this point in the history
Per https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources -- the correct format for protocol source values has a trailing colon.
  • Loading branch information
benweissmann authored Jul 11, 2024
1 parent 967fa8d commit bf1f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Use the following policy directives to enable [CSP](https://developer.mozilla.or

```
script-src https://media.twiliocdn.com https://sdk.twilio.com
media-src mediastream https://media.twiliocdn.com https://sdk.twilio.com
media-src mediastream: https://media.twiliocdn.com https://sdk.twilio.com
connect-src https://eventgw.twilio.com wss://voice-js.roaming.twilio.com https://media.twiliocdn.com https://sdk.twilio.com
```

Expand Down

0 comments on commit bf1f508

Please sign in to comment.