I was interested in looking at the leaderboard for the sites that enable content security policy which offers a certain protection from third party JS used to attack a first party site (like recent GitHub attack)
SELECT domain(url) as domainname, count(*) as num
FROM [httparchive:runs.latest_requests]
WHERE lower(respOtherHeaders) contains "content-security-policy"
GROUP BY domainname
ORDER BY num desc
which shows Twitter, Google and GitHub to be leaders (sadly expected to see more bigname properties also enable it…hint hint