You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
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:
pihole-regex/regex.list
Line 18 in 22c7d62
The text was updated successfully, but these errors were encountered: