mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Add additional backtick reference to _.escape docs. [ci skip]
This commit is contained in:
@@ -10316,9 +10316,10 @@
|
|||||||
* (under "semi-related fun fact") for more details.
|
* (under "semi-related fun fact") for more details.
|
||||||
*
|
*
|
||||||
* Backticks are escaped because in Internet Explorer < 9, they can break out
|
* Backticks are escaped because in Internet Explorer < 9, they can break out
|
||||||
* of attribute values or HTML comments. See [#102](https://html5sec.org/#102),
|
* of attribute values or HTML comments. See [#59](https://html5sec.org/#59),
|
||||||
* [#108](https://html5sec.org/#108), and [#133](https://html5sec.org/#133) of
|
* [#102](https://html5sec.org/#102), [#108](https://html5sec.org/#108), and
|
||||||
* the [HTML5 Security Cheatsheet](https://html5sec.org/) for more details.
|
* [#133](https://html5sec.org/#133) of the [HTML5 Security Cheatsheet](https://html5sec.org/)
|
||||||
|
* for more details.
|
||||||
*
|
*
|
||||||
* When working with HTML you should always [quote attribute values](http://wonko.com/post/html-escaping)
|
* When working with HTML you should always [quote attribute values](http://wonko.com/post/html-escaping)
|
||||||
* to reduce XSS vectors.
|
* to reduce XSS vectors.
|
||||||
|
|||||||
Reference in New Issue
Block a user