Skip to content

Commit e1b6e52

Browse files
authored
fix link to iframe attribute on mdn
1 parent 9f4b2b9 commit e1b6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/iframe-missing-sandbox.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The sandbox attribute enables an extra set of restrictions for the content in the iframe. Using sandbox attribute is considered a good security practice.
66

7-
See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox>
7+
See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox>
88

99
## Rule Details
1010

0 commit comments

Comments
 (0)