Skip to content

Commit 2880d9a

Browse files
committed
Fix documentation of external resources fetched by default
Closes #1497.
1 parent ab1ec3d commit 2880d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Default features are extremely important for jsdom as they lower the configurati
274274

275275
`FetchExternalResources`
276276

277-
- _Default_: `["script"]`
277+
- _Default_: `["script", "link"]`
278278
- _Allowed_: `["script", "frame", "iframe", "link", "img"]` or `false`
279279
- _Default for `jsdom.env`_: `false`
280280

0 commit comments

Comments
 (0)