CORS for remote URLs
Requirements for videoSrc/imageSrc (S3/CDN) and an S3 example.
Requirements
Example: S3 CORS configuration
[
{
"AllowedHeaders": ["*"],
"AllowedMethods": ["GET"],
"AllowedOrigins": ["https://app.posetracker.com"],
"ExposeHeaders": []
}
]Last updated