Noticed a recurring CSP violation on every notebook page load:
The GA4 tag (G-9B88TP6PKQ) has Google Signals enabled, so the collect call redirects to the ga-audiences remarketing pixel. Google serves that pixel from the visitor’s local ccTLD — I’m in Belgium and get www.google.nl. The img-src directive only allows the literal host https://www.google.com/ads/ga-audiences, so it’s blocked for everyone outside the US.
Nothing breaks, but the console fills up, and the audience sync is presumably failing silently for a big chunk of your traffic.
CSP has no wildcard for the TLD position, so the fix is either enumerating Google’s regional domains in img-src, disabling Google Signals on the property, or moving to server-side tagging.
Can someone on the web team take a look?