Was planning to add support for HTTP-DNT to my site. Found that safari sends DNT even when you explicitly deselect it. Aborting.
Was planning to add support for HTTP-DNT to my site. Found that safari sends DNT even when you explicitly deselect it. Aborting.
Figured out the bit of js that provides Safari with a custom top sites preview site, a la iCloud:
if(window.navigator&&window.navigator.loadPurpose==="preview") { window.location.href="ADDRESS OF TOP SITES PREVIEW" };