Skip to content

Commit 9e2767a

Browse files
authored
Update postmessage-broadcasts.md
Tweak in last sentence
1 parent 67796a3 commit 9e2767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/attacks/postmessage-broadcasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Applications often use [postMessage broadcasts](https://developer.mozilla.org/en
2525

2626
## Defense
2727

28-
There is no clear solution to mitigate this XS-Leak as it depends deeply on the purpose of sending a postMessage broadcast. Applications should limit postMessage communications to a group of known origins, and, when this is not possible, the communications should behave consistently regardless of the state to prevent attackers from inferring any differences.
28+
There is no clear solution to mitigate this XS-Leak as it depends deeply on the purpose of sending a postMessage broadcast. Applications should limit postMessage communications to a group of known origins. When this is not possible, the communications should behave consistently regardless of the state to prevent attackers from inferring information based on differences between the communications.
2929

3030
## References
3131

0 commit comments

Comments
 (0)