-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add FTP related protocols to the registerProtocolHandler safelist. #6583
Comments
Also related to issue #5375 . |
asankah
added a commit
to asankah/html
that referenced
this issue
Apr 14, 2021
This was referenced Apr 14, 2021
asankah
added a commit
to asankah/html
that referenced
this issue
Oct 9, 2021
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
asankah
added a commit
to asankah/html
that referenced
this issue
Feb 7, 2022
domenic
pushed a commit
that referenced
this issue
Feb 14, 2022
Closes #6583. This also adds normative steps to strip out the username and password components of the URL before passing it to the handler.
mfreed7
pushed a commit
to mfreed7/html
that referenced
this issue
Jun 3, 2022
Closes whatwg#6583. This also adds normative steps to strip out the username and password components of the URL before passing it to the handler.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a part of deprecating of FTP I'd like to add FTP related protocols to the
registerProtocolHandler
safelist. Obv this would allow websites to offer gateway-like functionality to allow access to legacy FTP resources.The schemes proposed for addition are:
ftp
ftps
sftp
(Related to issue Add sftp to registerProtocolHandler safelisted schemes #6254 )PR and WPTs forthcoming for consideration.
The text was updated successfully, but these errors were encountered: