Skip to content

Commit 186c8d8

Browse files
committed
fix mux video
1 parent ef49cef commit 186c8d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/web/next.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ const nextConfig: NextConfig = {
218218
// Add this line to allow data: fonts
219219
"font-src 'self' data: https:",
220220
// For images including avatars and Mux thumbnails
221-
"img-src 'self' data: https: blob:",
221+
"img-src 'self' data: https: blob: https://image.mux.com https://*.litix.io",
222222
// For Mux video and audio content
223-
"media-src 'self' https://stream.mux.com https://image.mux.com blob:",
223+
"media-src 'self' blob: https://*.mux.com",
224224
// If you use web workers or service workers
225225
"worker-src 'self' blob:",
226226
// For API calls, SWR, external services, and Mux
227-
"connect-src 'self' https: wss:",
227+
"connect-src 'self' https: wss: https://*.mux.com https://*.litix.io",
228228
// iframes for Mux player
229229
"frame-src 'self' https:",
230230
// Prevent embedding in iframes

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.22
1+
v1.3.23

0 commit comments

Comments
 (0)