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 d13a110 commit 6b86ab2
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 @@ -32,7 +32,7 @@ Multiple bugs were reported about this issue: [^bug-1](https://bugs.chromium.org
## Evil Captcha
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 works by setting the width and height 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 information they're providing.

## Abusing autocomplete
Expand Down

0 comments on commit 6b86ab2

Please sign in to comment.