Refactor security context and add allowed CORS domains in m3uproxy configuration

This commit is contained in:
2024-09-25 21:35:11 +02:00
parent ae6e58674c
commit 605b3dd912
2 changed files with 5 additions and 8 deletions
@@ -17,7 +17,10 @@
"10.1.0.0/16",
"10.152.183.0/24"
]
}
},
"allowed_cors_domains": [
"tv.alexpires.me"
]
},
"auth": {
"provider": "file",