Skip to content

Commit

Permalink
fix(sendsay-docs) fix signup-forms (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
vypolzovv authored Nov 14, 2024
1 parent 4266563 commit 6b30afd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/forms/signup-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ import formTypes from "/img/forms/signup-forms/form-types.png";

</TabItem>
</Tabs>

<ol>
:::tip Важно
Чтобы форма корректно отображалась, перейдите в настройки сайта, найдите заголовок **Content-Security-Policy** и проверьте, что в директиву **connect-src** добавлены значения:
- `https://image.sendsay.ru`
- `https://sendsay.ru`
:::
</ol>

0 comments on commit 6b30afd

Please sign in to comment.