feat(auth): implement purple music app authentication

This commit is contained in:
2025-09-30 21:56:45 -04:00
parent d9e7e4885d
commit 48d8b4a593
5 changed files with 579 additions and 2 deletions

View File

@@ -27,6 +27,22 @@
}
]
},
"http:default"
{
"identifier": "http:default",
"allow": [
{
"url": "http://www.deezer.com/**"
},
{
"url": "https://www.deezer.com/**"
},
{
"url": "https://*.deezer.com/**"
},
{
"url": "http://*.deezer.com/**"
}
]
}
]
}