From bd51c8dd67f33f3ceb79059a1f0a27740407e3c2 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Wed, 14 Apr 2021 16:39:47 -0400 Subject: [PATCH] Add FTP related protocols to the `registerProtocolHandler` safelist. Closes #6583 --- source | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/source b/source index 53a123e70a7..a241eee5119 100644 --- a/source +++ b/source @@ -98314,6 +98314,12 @@ interface Navigator {
  • Assert: inputURL's scheme is normalizedScheme.

  • +
  • Set the username given inputURL and + the empty string.

  • + +
  • Set the password given inputURL and + the empty string.

  • +
  • Let inputURLString be the serialization of inputURL.

  • @@ -98395,6 +98401,8 @@ interface Navigator {