Skip to content

Commit

Permalink
Update allowlist to fix discord presence (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak authored Sep 13, 2024
1 parent 5a3281d commit f6aa1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allowlist = [
'xpui\.app\.spotify\.com', # user interface
'apresolve\.spotify\.com', # access point resolving
'clienttoken\.spotify\.com', # login
'.*dealer\.spotify\.com', # websocket connections
'.*dealer.?\.spotify\.com', # websocket connections
'image-upload.*\.spotify\.com', # image uploading
'login.*\.spotify\.com', # login
'.*-spclient\.spotify\.com', # client APIs
Expand Down

0 comments on commit f6aa1a9

Please sign in to comment.