angular-cn/modules/@angular/platform-browser/test/security
Martin Probst 482c019199 feat(security): only warn when actually sanitizing HTML. (#10272)
Previously, Angular would warn users when simply re-encoding text
outside of the ASCII range. While harmless, the log spam was annoying.

With this change, Angular specifically tracks whether anything was
stripped during sanitization, and only reports a warning if so.

Fixes #10206.
2016-07-26 11:39:09 -07:00
..
dom_sanitization_service_spec.ts feat(security): trust resource URLs as URLs. (#10220) 2016-07-21 17:44:59 -07:00
html_sanitizer_spec.ts feat(security): only warn when actually sanitizing HTML. (#10272) 2016-07-26 11:39:09 -07:00
style_sanitizer_spec.ts fix(security): allow empty CSS values. (#9675) 2016-06-28 11:45:02 -07:00
url_sanitizer_spec.ts feat(security): allow more HTML5 elements and attributes in sanitizers 2016-06-27 12:19:03 -07:00