Changeset 16b0c00 in Klonkt for src/server.js
- Timestamp:
- 06/20/2026 02:52:15 AM (3 months ago)
- Branches:
- main
- Children:
- 2873b30
- Parents:
- 5f47671
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
r5f47671 r16b0c00 93 93 "https://s.ytimg.com", // YouTube player-assets 94 94 "https://w.soundcloud.com", // SoundCloud Widget API (api.js) 95 "https://open.spotify.com", // Spotify iFrame API 95 "https://open.spotify.com", // Spotify iFrame API (loader) 96 "https://*.spotifycdn.com", // Spotify iFrame API (echte bundle: embed-cdn.spotifycdn.com) 96 97 ], 97 98 // Helmet's default zet script-src-attr op 'none', wat ALLE inline event- … … 103 104 styleSrc: ["'self'", "'unsafe-inline'"], 104 105 imgSrc: ["'self'", "data:", "https:"], 105 connectSrc: ["'self'", "wss:", "ws:" ],106 connectSrc: ["'self'", "wss:", "ws:", "https://*.spotifycdn.com", "https://*.scdn.co"], 106 107 // blob: is required for the audio player — it fetch()es track bytes and 107 108 // plays from a blob: object URL (Spotify-style). Without blob: here the
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)