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

Move mention of specific limit of redirects to Security Considerations section #45

Closed
aaronpk opened this issue May 27, 2016 · 1 comment

Comments

@aaronpk
Copy link
Member

aaronpk commented May 27, 2016

Change:

it must perform an HTTP GET request on source, and follow any HTTP redirects (up to a self-imposed limit such as 20) and confirm that it actually links to the target.

to

it must perform an HTTP GET request on source, following any HTTP redirects (and SHOULD limit the number of redirects it follows) to confirm that the target URL actually links to the target.

The suggested limit of 20 should be moved to the "Limits on GET requests" section.

@aaronpk aaronpk changed the title Move mention of specific limit of redirects to DDoS mitigation section Move mention of specific limit of redirects to Security Considerations section May 27, 2016
@aaronpk
Copy link
Member Author

aaronpk commented Jun 21, 2016

This is completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants