angular-cn/modules/@angular/core
Martin Probst f86edae9f3 feat(security): add an HTML sanitizer.
This is based on Angular 1's implementation, parsing an HTML document
into an inert DOM Document implementation, and then serializing only
specifically whitelisted elements.

It currently does not support SVG sanitization, all SVG elements are
rejected.

If available, the sanitizer uses the `<template>` HTML element as an
inert container.

Sanitization works client and server-side.

Reviewers: rjamet, tbosch , molnarg , koto

Differential Revision: https://reviews.angular.io/D108
2016-05-09 16:00:24 +02:00
..
src fix(core): don’t detach nested view containers when destroying a view 2016-05-04 16:27:20 -07:00
test feat(security): add an HTML sanitizer. 2016-05-09 16:00:24 +02:00
testing chore: clang-reformat 2016-05-01 22:59:41 -07:00
core.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
tsconfig-es2015.json build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00