This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
Dispatcharr
Watch
1
Star
0
Fork
You've already forked Dispatcharr
1
mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced
2026-07-17 16:50:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
391c3412d2
Dispatcharr
/
apps
/
proxy
/
hls_proxy
History
Download ZIP
Download TAR.GZ
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
..
__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