w3c / webmention

Webmention spec
https://www.w3.org/TR/webmention/
112 stars 46 forks source link

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

Closed aaronpk closed 8 years ago

aaronpk commented 8 years ago

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 commented 8 years ago

This is completed