Skip to content

Commit

Permalink
Update WebIDL attribute name
Browse files Browse the repository at this point in the history
`[Unforgeable]` was renamed to `[LegacyUnforgeable]` in April of 2020:

whatwg/webidl#870
  • Loading branch information
jugglinmike committed Aug 26, 2020
1 parent 737f07d commit e8cba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ first step:
header could be used: This causes the `innerHTML` setter to throw a `TypeError` if a raw string was passed in.

This is possible to polyfill for many setters and
methods, apart from the ones that are marked as [`[Unforgeable]`](https://heycam.github.io/webidl/#Unforgeable).
methods, apart from the ones that are marked as [`[LegacyUnforgeable]`](https://heycam.github.io/webidl/#LegacyUnforgeable).

This approach could later be extended to cover other types of risky and easy to misuse APIs (e.g. to cover
CSS-based data exfiltration attacks).
Expand Down

0 comments on commit e8cba00

Please sign in to comment.