diff --git a/fetch.bs b/fetch.bs index 58579420d..038bec931 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1803,11 +1803,11 @@ not always relevant and might require different behavior.
frame
"
- child-src
+ frame-src
<frame>
iframe
"
- child-src
+ frame-src
<iframe>
cursor
, CSS' list-style-image
, …
audioworklet
"
- script-src
+ script-src-elem
audioWorklet.addModule()
paintworklet
"
- script-src
+ script-src-elem
CSS.paintWorklet.addModule()
script
"
- script-src
+ script-src-elem
<script>
, importScripts()
serviceworker
"
@@ -1871,7 +1871,7 @@ not always relevant and might require different behavior.
import "..." with { type: "json" }
style
"
- style-src
+ style-src-elem
<link rel=stylesheet>
, CSS' @import
, import "..." with { type: "css" }
track
"
@@ -1899,7 +1899,7 @@ not always relevant and might require different behavior.
prefetch
"
default-src
(no specific directive)
+ connect-src
(no specific directive)
<link rel=prefetch>
prerender
"
@@ -1907,7 +1907,7 @@ not always relevant and might require different behavior.
xslt
"
xslt
"
- script-src
+ script-src-elem
<?xml-stylesheet>