From 39c4b475cd1805fa4d8fea1e6c87fea68d381a6f Mon Sep 17 00:00:00 2001 From: Brandel Zachernuk Date: Fri, 27 Mar 2026 15:24:44 -0700 Subject: [PATCH] Update index.html specify the fetch destinations for model and environmentmap. fixes #35 --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c4720b0..9f7c98f 100644 --- a/index.html +++ b/index.html @@ -609,7 +609,9 @@

`"model"` destination

- +

+ Resources requested for the purposes of model content MUST set the `sec-fetch-dest` field to `model` in its request header. Similarly, resources requested as environment maps MUST set the `sec-fetch-dest` to `environmentmap`. +