diff --git a/fetch.bs b/fetch.bs
index 7d36f3925..9c36829f5 100755
--- a/fetch.bs
+++ b/fetch.bs
@@ -1780,6 +1780,7 @@ the empty string,
"script
",
"serviceworker
",
"sharedworker
",
+"speculationrules
",
"style
",
"track
",
"video
",
@@ -1821,13 +1822,16 @@ not always relevant and might require different behavior.
report
"
- document
"
speculationrules
"
+ frame
"
child-src
@@ -1887,7 +1891,7 @@ not always relevant and might require different behavior.
webidentity
"
connect-src
- Federated Credential Management requests
+ worker
"
child-src
, script-src
, worker-src
@@ -7560,7 +7564,7 @@ dictionary RequestInit {
any window; // can only be set to null
};
-enum RequestDestination { "", "audio", "audioworklet", "document", "embed", "font", "frame", "iframe", "image", "json", "manifest", "object", "paintworklet", "report", "script", "sharedworker", "style", "track", "video", "worker", "xslt" };
+enum RequestDestination { "", "audio", "audioworklet", "document", "embed", "font", "frame", "iframe", "image", "json", "manifest", "object", "paintworklet", "report", "script", "sharedworker", "speculationrules", "style", "track", "video", "worker", "xslt" };
enum RequestMode { "navigate", "same-origin", "no-cors", "cors" };
enum RequestCredentials { "omit", "same-origin", "include" };
enum RequestCache { "default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached" };