Skip to content

Commit

Permalink
Update css-tricks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NDevTK authored Apr 21, 2024
1 parent 2117b13 commit d13a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/attacks/css-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Multiple bugs were reported about this issue: [^bug-1](https://bugs.chromium.org
Using CSS, it’s possible to take an embed out of context.
An example of this is pretending it’s a captcha as seen in [^leak-2]
This works by setting the width and hight of an embed so that only the target characters are shown,
this may use multiple embeds to change the order of the characters being displayed so that its harder for a user to know what infomation they're providing.
this may use multiple embeds to change the order of the characters being displayed so that its harder for a user to know what information they're providing.

## Abusing autocomplete
If a website uses text inputs and does not opt-out of [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) using ```autocomplete="off"``` it may be possible to leak data such as email addresses by tricking the user into pressing the keys to navigate the autocomplete UI for a javascript focused text input.
Expand Down

0 comments on commit d13a110

Please sign in to comment.