Dispatcharr/apps/proxy/hls_proxy
2026-04-09 19:58:40 -05:00
..
__init__.py Initial integration. 2025-03-03 18:40:30 -06:00
server.py Fixes clients not disconnecting. 2025-03-04 11:08:12 -06:00
urls.py Updated urls and views to allow for initializing the channels. 2025-03-04 10:13:54 -06:00
views.py security: Hardened the HLS proxy change_stream endpoint by converting it from a plain Django view to a DRF @api_view with @permission_classes([IsAdmin]), ensuring the endpoint actually enforces admin-only access. The previous decorator arrangement (@csrf_exempt + @permission_classes) had no effect on a plain Django view. 2026-04-09 19:58:40 -05:00