I love the new audit list, huge kudos for this feature!
Would it be possible that the auditlog checks the whitelist for a domain and if there is a match not showing this in the audit log?
Example, this is what spotify does in the auditlog (many times a day), and i have spotify.com on the whitelist:
Although you have spotify.com on the whitelist, that doesn't mean you shouldn't see any of the subdomains (we don't yet support wildcard whitelisting). And even if it was wildcard whitelisted, it makes sense that users would still want to see the domains just in case there's a suspicious domain hiding around under the wildcard. We may add it as an optional feature in the future though, depending on how many users want it.
I think we will add support for wildcard auditing. I coded this already here:
See the comments therein. For now, I'm not sure if we should add this as an official feature as in have a button for this on the dashboard. However, you will be able to manually put in a line like
*.spotify.com
into the file /etc/pihole/auditlog.list to achieve exactly what you are looking for.