[Privoxy-commits] [privoxy] 15/23: Make spotify.com pattern more generic and add another test URL

User Git git at git.privoxy.org
Thu Jan 1 15:56:12 CET 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit aa0940a9791cbb621018a983d17355e7e0e74d39
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 1 15:27:00 2026 +0100

    Make spotify.com pattern more generic and add another test URL
---
 default.action.master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/default.action.master b/default.action.master
index ae2eba7b..722497b7 100644
--- a/default.action.master
+++ b/default.action.master
@@ -2773,9 +2773,9 @@ plus.google.com/up/accounts/upgrade/\?
 # URL = https://login.skype.com/login?message=signin_continue&redirect_uri=https%3A%2F%2Fsecure.skype.com%2Ffavicon.ico
 login.skype.com/login\?
 # URL = https://www.spotify.com/en/login/?forward_url=https%3A%2F%2Fwww.spotify.com%2Ffavicon.ico
+# URL = https://www.spotify.com/de/en/login/?forward_url=https%3A%2F%2Fwww.spotify.com%2Ffavicon.ico
 # URL = http://www.spotify.com/login/?forward_url=https%3A%2F%2Fwww.spotify.com%2Ffavicon.ico
-www.spotify.com/[^/]+/login/\?
-www.spotify.com/login/\?
+www.spotify.com/.*/login/\?
 # URL = https://www.reddit.com/login?dest=https%3A%2F%2Fwww.reddit.com%2Ffavicon.ico
 # URL = https://www.reddit.com/login/?dest=https%3A%2F%2Fwww.reddit.com%2Ffavicon.ico
 www.reddit.com/login

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list