getting closer to full port of web app starter
This commit is contained in:
@@ -11,3 +11,7 @@ Returns a version of the input string where the following characters have been r
|
||||
- < → lt;
|
||||
- > → >
|
||||
- " → "
|
||||
|
||||
:related
|
||||
**PHP:** `htmlspecialchars()` or `htmlentities()`
|
||||
**JavaScript / Node.js:** Safe text insertion via `textContent` or server-side HTML escaping libraries
|
||||
|
||||
Reference in New Issue
Block a user