angular-cn/modules/@angular/platform-browser/src
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
..
browser fix(animations): ensure animation detection doesn't rely on the body node 2016-07-26 09:33:50 -07:00
dom fix(animations): ensure all child elements are rendered before running animations 2016-07-08 18:18:46 -07:00
security feat(security): only warn when actually sanitizing HTML. (#10272) 2016-07-26 11:39:09 -07:00
web_workers refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
browser.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
worker_app.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00
worker_render.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00