Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websites: 301-based websites blocking #2079

Closed
yanmaani opened this issue Mar 17, 2022 · 2 comments
Closed

websites: 301-based websites blocking #2079

yanmaani opened this issue Mar 17, 2022 · 2 comments
Assignees
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

Comments

@yanmaani
Copy link

(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.

@bassosimone bassosimone self-assigned this Apr 27, 2022
@bassosimone bassosimone added bug Something isn't working correctly priority/medium Normal priority issue user feedback requests that have been added to the backlog as a direct result of user feedback or testing labels Apr 27, 2022
@bassosimone
Copy link
Contributor

Thank you for letting us know about this! I am going to flag this issue as a data quality issue and add it to the list of actions to be considered while redesigning our network measurement methodology.

@bassosimone bassosimone transferred this issue from ooni/explorer Apr 27, 2022
@bassosimone bassosimone changed the title 301 on HTTP shows up as accessible. websites: 301-based websites blocking Apr 27, 2022
@bassosimone bassosimone added data quality needs investigation This issue needs extra data and investigation labels Apr 27, 2022
@hellais hellais added this to Roadmap Jan 7, 2025
@hellais
Copy link
Member

hellais commented Jan 27, 2025

I believe we capture this already in our new 0.5 methodology, but if not we can reopen a new issue.

@hellais hellais closed this as completed Jan 27, 2025
@github-project-automation github-project-automation bot moved this to Done in Roadmap Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Archived in project
Development

No branches or pull requests

3 participants