Re: [whatwg/fetch] Block 'ftp:' requests from non-'ftp:' clients. (#464)

annevk commented on this pull request.



> @@ -2407,6 +2407,14 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
   have it expose less sensitive information.
 
  <li>
+  <p>If <var>request</var>'s <a for=request>current URL</a>'s <a for=url>scheme</a> is
+  "<code>ftp</code>" and <var>request</var>'s <a for=request>client</a>'s

Can this "and" be replaced by a comma? (I can do it, just want someone to double check.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/464#pullrequestreview-22449009

Received on Friday, 17 February 2017 09:00:25 UTC