-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Tidal uses a range of subdomains to provide their content. The first regex in this project prevents Tidal applications from working (domain sp-ad-fa.audio.tidal.com
). Adding this regex to whitelist solves the issue: (\.|^)audio\.tidal\.com$
The offending regex:
Line 18 in 22c7d62
^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-] |
Metadata
Metadata
Assignees
Labels
No labels