Skip to content

Commit

Permalink
update CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
tibotiber committed Jan 18, 2024
1 parent 6f3a1d9 commit c9ff3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Adding a CSP directive to your app is an added layer of security that helps to d
```html
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' 'unsafe-eval' *.smplrspace.com; style-src 'self' 'unsafe-inline'; font-src 'self' *.smplrspace.com; img-src * data:; media-src * data:; connect-src *; worker-src 'self' blob:;"
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' 'unsafe-eval' *.smplrspace.com; style-src 'self' 'unsafe-inline'; font-src 'self' *.smplrspace.com; img-src * data: blob:; media-src * data:; connect-src *; worker-src 'self' blob:;"
/>
```

Expand Down

0 comments on commit c9ff3e0

Please sign in to comment.