mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
feat(wip): add tauri-plugin-oauth and enable Spotify oauth
This commit is contained in:
@@ -72,12 +72,28 @@
|
||||
},
|
||||
{
|
||||
"url": "https://lrclib.net/**"
|
||||
},
|
||||
{
|
||||
"url": "https://accounts.spotify.com/**"
|
||||
},
|
||||
{
|
||||
"url": "https://api.spotify.com/**"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sql:default",
|
||||
"sql:allow-execute",
|
||||
"process:default",
|
||||
"os:default"
|
||||
"os:default",
|
||||
"oauth:allow-start",
|
||||
"oauth:allow-cancel",
|
||||
{
|
||||
"identifier": "opener:allow-open-url",
|
||||
"allow": [
|
||||
{
|
||||
"url": "https://accounts.spotify.com/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user