SergeantPanda
|
7f64642003
|
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 |
|
SergeantPanda
|
d7652080c3
|
Updated views
|
2025-03-04 10:57:19 -06:00 |
|
SergeantPanda
|
4b349d1051
|
Updated urls and views to allow for initializing the channels.
|
2025-03-04 10:13:54 -06:00 |
|
SergeantPanda
|
85e41d5def
|
Initial integration.
|
2025-03-03 18:40:30 -06:00 |
|