blob: 908033d2b39d10926d97470d9c08184ab1ce2771 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | @ngdoc error
@name $sce:unsafe
@fullName Require a safe/trusted value
@description
The value provided for use in a specific context was not found to be safe/trusted for use.
Angular's {@link api/ng.$sce#strictcontextualescaping Strict Contextual Escaping (SCE)} mode
(enabled by default), requires bindings in certain
contexts to result in a value that is trusted as safe for use in such a context.  (e.g. loading an
Angular template from a URL requires that the URL is one considered safe for loading resources.)
This helps prevent XSS and other security issues.  Read more at {@link
api/ng.$sce#strictcontextualescaping Strict Contextual Escaping (SCE)}
 |