Skip to content

Commit

Permalink
Merge pull request #310 from infinum/blog/fix-note
Browse files Browse the repository at this point in the history
Fix wrong note display
  • Loading branch information
iobrado authored Feb 29, 2024
2 parents f11a67e + 8683057 commit e0cb7b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/blog/2024-02-29-tips-useful-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ Here’s an example how to define the allowed tags so `wp_kses` doesn’t remove
}
```

> ⚠️ **Note**
> Please be vary of attributes you're allowing, as that could expose your website to cross-site-scripting (XSS) and similar attacks!
:::caution
Please be wary of the attributes you allow, as this could expose your website to cross-site scripting (XSS) and similar attacks!
:::

Don’t forget to add this to the `register` method:

Expand Down

0 comments on commit e0cb7b9

Please sign in to comment.