-
Notifications
You must be signed in to change notification settings - Fork 342
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
Remove FTP support #1009
Comments
"Network scheme" is used at least in CSP, so that e.g. |
Makes sense. But after removing FTP from browsers, it seems CSP could just replace that with HTTP(S) scheme. (Or we could replace all uses of HTTP(S) scheme with network scheme.) |
Yup, that's my reading too. That change would be observable, because it will mean that |
I'd be inclined to remove "network scheme" and only have "HTTP(S) scheme" as any new kind of protocol would require a lot of changes anyway (and has a much higher bar to clear than FTP). If anything still requires safelisting "ftp" for compatibility reasons they could do so explicitly to indicate the legacy need. |
Any fetching of ftp: URLs will now result in a network error. This also removes network scheme in favor of using HTTP(S) scheme exclusively. Closes #1009.
Any fetching of ftp: URLs will now result in a network error. This also removes network scheme in favor of using HTTP(S) scheme exclusively. Closes #1009.
It seems Chrome and Firefox are both removing FTP support.
Potentially impacted parts of the spec:
The text was updated successfully, but these errors were encountered: