mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 11:41:02 +00:00
feat(auth): implement purple music app authentication
This commit is contained in:
@@ -25,5 +25,5 @@ tauri-plugin-dialog = "2"
|
||||
tauri-plugin-fs = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri-plugin-http = "2"
|
||||
tauri-plugin-http = { version = "2", features = ["unsafe-headers"] }
|
||||
|
||||
|
||||
@@ -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/**"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user