For the complete documentation index, see llms.txt. This page is also available as Markdown.

Content Security Policy (CSP) Configuration

To ensure Saltfish Player works properly with your website's Content Security Policy, add the following directives to your CSP header:

Required CSP Directives

1. connect-src (API calls)

connect-src 'self' https://*.saltfish.ai

2. media-src (videos/audio)

media-src https://*.saltfish.ai

Last updated