This domain is not on your subscribed adlist, nor is it blocked in any of your domain entries.
From the Pi terminal, please post the complete outputs of these commands:
pihole -q -exact www.google.com
nslookup www.google.com 127.0.0.1
And, from the client device that cannot resolve the domain, from the terminal or command prompt on that device:
nslookup www.google.com 192.168.13.14
Noted in your debug log, but unrelated to this problem. You have the following domain entered in both the whitelist and blacklist for the default group.
The target of a CNAME must be a domain that the Pi-hole already has in its cache or is authoritative for. This is a universal limitation of CNAME records.
Adding the respective A and AAAA record definitions could make Pi-hole authoritative for e.g. forcesafesearch.google.com.
If you consider this, you should be aware that when acquiring the IP addresses to add, the IPs you would receive for resolving a given domain may differ from those that someone requesting it from another geographical location may see.
Also, this approach may break as soon as public DNS resolution of such a target domain would change to a different IP.
As an experiment, I have removed all domains from Pi Hole (i.e. removed the adlist and deleted all items in the whitelist/blacklist. I regenerated gravity. I still get the same issues with forcesafesearch.google.com
Right, I think some of the dnsmasq.d files might have been left over from a previous attempt (?). I am therefore uninstalling, cleaning up, and reinstalling Pi Hole. Wish me luck!
@Bucking_Horn correctly identified the problem and the issue is resolved. Many thanks
The issue was indeed the CNAME records. I had not put them there myself (that I know of). I know a while back I had a problem with the Pi, ending up reinstalling Pi Hole, probably losing the matching settings elsewhere. One thing I did notice this time when I uninstalled Pi Hole (with pihole uninstall) it did not remove the Pi Hole-related files in /etc/dnsmasq.d. This is what tripped me up. Perhaps they should be removed on uninstall?