-
Notifications
You must be signed in to change notification settings - Fork 8
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
[scanner integration] Support landing page redirects on the same domain #494
Comments
What's the desired behavior if it redirects to a different domain? Should we count redirects to subdomains as the same domain? |
IMO this should be a hard failure, i.e. in the same category as, say, the site not being on HTTPS. We should not include such redirects in the directory.
I think so. Of course we would penalize the use of subdomains as usual (#497). |
I'm thinking that a good solution for this is:
Can anyone think of something I might be missing here? |
This issue is resolved by #549. |
Some news organizations prefer to advertise URLs like https://nytimes.com/tips, which they'd also like us to use for their directory entries, and which redirect to the ultimate landing page destination. To avoid false scan results, the scanner should:
This is part of epic #488 as non-200 statuses may otherwise trigger the delisting of a SecureDrop instance (#493).
The text was updated successfully, but these errors were encountered: