angular-cn/modules/@angular/platform-server
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 feat(security): add an HTML sanitizer. 2016-05-09 16:00:24 +02:00
testing feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
compiler_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
compiler_private.ts refactor(compiler_cli): move it into modules/@angular and integrate properly into the build 2016-05-03 15:57:49 -07:00
index.dart repackaging: all the repackaging changes squashed 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 fix: platform-server should declare it's dependency on parse5 via package.json 2016-05-03 18:07:52 -06:00
platform-server.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
platform_browser_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
platform_browser_private.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -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