From ab932ef5fb0bc8854619c84e6c0c5ba8ce1c9599 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Tue, 16 Nov 2021 14:28:48 +0900 Subject: [PATCH] Clarify that Subresource Loading is not related to SXGs (#702) Hopefully, that helps avoid a common misunderstanding. --- explainers/subresource-loading.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/explainers/subresource-loading.md b/explainers/subresource-loading.md index 5d78673a..33f5df3d 100644 --- a/explainers/subresource-loading.md +++ b/explainers/subresource-loading.md @@ -80,6 +80,10 @@ give us a better chance of designing the right API. This feature is a powerful feature that can replace any subresources in the page. So we limit the use of this feature only in [secure contexts](https://www.w3.org/TR/powerful-features/). +This feature is NOT related to [Signed +Exchanges](https://web.dev/signed-exchanges/), that is a common +misunderstanding. The bundle doesn't have to be signed. + ## `