summaryrefslogtreecommitdiff
path: root/player-server/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-17 21:13:47 +0300
committerPaul Buetow <paul@buetow.org>2026-05-17 21:13:47 +0300
commit27562eaf12a112d46986a4e8ec3dfcc342ae4738 (patch)
tree431799065bf854203fea5092114fbdf3e8e5c14c /player-server/docs
parenta91f271c210938b5817eafbe434d9d2681f0cc0a (diff)
Add CORS middleware for multi-origin clients
Diffstat (limited to 'player-server/docs')
-rw-r--r--player-server/docs/configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/player-server/docs/configuration.md b/player-server/docs/configuration.md
index 60d6ad6..edd2b93 100644
--- a/player-server/docs/configuration.md
+++ b/player-server/docs/configuration.md
@@ -15,5 +15,6 @@ All settings are environment variables. Unset variables use defaults.
| `PODCAST_CHECK_INTERVAL_MINUTES` | `60` | ≥ 1 | Podcast feed refresh interval |
| `LOG_LEVEL` | `info` | `debug` / `info` / `warn` / `error` | Log verbosity |
| `SECURE_COOKIES` | `true` | `true` / `false` | Set `Secure` flag on session cookies; set to `false` for plain-HTTP local deployments |
+| `PLAYER_CORS_ORIGINS` | unset | comma-separated origins | Allowed browser origins for credentialed CORS requests; unset/empty emits no CORS headers |
-**Important:** The K8s `Deployment` overrides `DB_PATH` to `/data/media.db` and `MEDIA_ROOT` to `/media` so the PVC mounts are used. Do not rely on the local defaults in a container. \ No newline at end of file
+**Important:** The K8s `Deployment` overrides `DB_PATH` to `/data/media.db` and `MEDIA_ROOT` to `/media` so the PVC mounts are used. Do not rely on the local defaults in a container.