chromium / hstspreload

🔒🔍 A Go package to scan sites against requirements for Chromium-maintained HSTS preload list.
https://hstspreload.org
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

Scanner: record redirect chain #86

Open lgarron opened 8 years ago

lgarron commented 8 years ago

As we consider pruning, we may want to consider sites differently depending on whether they host content directly, or redirect to a primary sites.

There are lots of caveats about drawing conclusions from this data, but right now we don't even have a rough idea of how many preloaded domains are redirects.

lgarron commented 8 years ago

Depends on #71.