websites: 301-based websites blocking #2079
Labels
bug
Something isn't working correctly
data quality
needs investigation
This issue needs extra data and investigation
priority/medium
Normal priority issue
user feedback
requests that have been added to the backlog as a direct result of user feedback or testing
(I'm not sure if this is an issue with the lists or with the explorer, but this MAY be a duplicate of citizenlab/test-lists#940.)
If a domain is accessed over HTTP, and it responds by 301'ing to a different domain, that seems like some indication of blocking, or at least of the site owner wanting to fake it (see: Daily Mail incident).
I think it may be prudent to detect cases where a domain, accessed over HTTP, responds by a 301/302 to a different domain that isn't a subdomain of the initial origin, and flag those in some way:
Here's two examples:
NL - GET http://rt.com -> GET https://freedom.nl/landingpage/russia-today-en-sputnik-zijn-geblokkeerd-op-last-van-het-om
UA - GET http://rt.com -> GET https://cdn.kyivstar.ua/sites/default/files/lock_sites/index.html
Neither freedom.nl nor cdn.kyivstar.ua are subdomains of rt.com.
The text was updated successfully, but these errors were encountered: