From eee49fdf4f99d59f717cbeb0bce29fda930196d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Wed, 24 May 2023 18:34:05 +0300 Subject: [PATCH] Return opaque origin for blob: URL containing inner non-http(s): URL Tests: https://github.com/web-platform-tests/wpt/pull/40133. Fixes: #770. --- url.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/url.bs b/url.bs index 3fb2a1f0..85426f9c 100644 --- a/url.bs +++ b/url.bs @@ -3081,6 +3081,9 @@ is the origin returned by running these steps, switching on ur
  • If pathURL is failure, then return a new opaque origin. +

  • If pathURL's scheme is not "http" and not + "https", then return a new opaque origin. +

  • Return pathURL's origin.