mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/url-eater: correct url matching
This commit is contained in:
parent
fe642eba09
commit
adf81cc4bd
1 changed files with 2 additions and 2 deletions
|
|
@ -63,10 +63,10 @@
|
|||
enable = true;
|
||||
filters = ''
|
||||
category "Spotify" {
|
||||
params "context@open.spotify.com" "si@open.spotify.com"
|
||||
params "context@*spotify.com" "si@*spotify.com"
|
||||
}
|
||||
category "YouTube" {
|
||||
params "si@youtu.be" "pp@youtu.be" "si@youtube.com" "pp@youtube.com"
|
||||
params "si@youtu.be" "pp@youtu.be" "si@*youtube.com" "pp@*youtube.com"
|
||||
}
|
||||
category "WTF" {
|
||||
params "utm_*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue