mergedrop: pin CORS_ORIGINS to app origin (was wildcard)

This commit is contained in:
2026-08-21 10:11:24 -07:00
parent f37b2cb9e3
commit 08660426d7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"port": 8765,
"id_name": "mergedrop",
"description": "Self-hosted drag-and-drop video merger. Drop clips, reorder, and build a single MP4 with ffmpeg.",
"tipi_version": 4,
"tipi_version": 5,
"version": "1.0.2",
"dynamic_config": true,
"supported_architectures": ["amd64"],
@@ -39,5 +39,5 @@
"env_variable": "MERGEDROP_OUTPUT_MAX_AGE_HOURS"
}
],
"updated_at": 1787293276649
"updated_at": 1787332264747
}