Skip to content

Commit

Permalink
Update allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
abba23 committed Dec 14, 2021
1 parent d129a8d commit 1388c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ allowlist = [
'audio\.simplecast\.com', # podcasts
'media\.simplecast\.com', # podcasts
'ap\.spotify\.com', # audio (access point)
'.*\.ap\.spotify\.com', # resolved access points
'.*\.ap\.spotify\.com', # access points
'ap-.*\.spotify\.com', # access points
'api\.spotify\.com', # client APIs
'api-partner\.spotify\.com', # album/artist pages
'xpui\.app\.spotify\.com', # user interface
Expand Down

2 comments on commit 1388c2d

@Nathan13888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to fix the issues with the latest spotify updates

@MayCXC
Copy link

@MayCXC MayCXC commented on 1388c2d Dec 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to delete the spotify folders in .cache and .config too.

Please sign in to comment.