Skip to content

Commit

Permalink
Fix csp.md
Browse files Browse the repository at this point in the history
Added a "i" to the example. So it's now "iframe-src".
  • Loading branch information
leofri3 authored Jun 27, 2024
1 parent 19d529c commit 898138f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/advanced/csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ In most cases you will only need to add the `iframe-src: *.frcapi.com` directive
Content-Security-Policy: default-src 'self'
# new header
Content-Security-Policy: default-src 'self'; frame-src *.frcapi.com
Content-Security-Policy: default-src 'self'; iframe-src *.frcapi.com
```

0 comments on commit 898138f

Please sign in to comment.