Skip to content

Commit

Permalink
Merge pull request #13 from leofri3/fix-csp
Browse files Browse the repository at this point in the history
Fix example in csp.md
  • Loading branch information
merlinfuchs authored Jun 27, 2024
2 parents 19d529c + b4f0ec0 commit f47a646
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 @@ -9,7 +9,7 @@ Content Security Policy is a way to secure your website from cross-site scriptin
## Configuring your CSP for Friendly Captcha
If you are using a CSP for your website you will have to configure it to allow Friendly Captcha's iframes to be embedded.

In most cases you will only need to add the `iframe-src: *.frcapi.com` directive, for example:
In most cases you will only need to add the `frame-src: *.frcapi.com` directive, for example:
```headers
# old header
Content-Security-Policy: default-src 'self'
Expand Down

0 comments on commit f47a646

Please sign in to comment.