Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e661bc9

Browse files
juampynrcaitp
authored andcommitted
docs($sce:unsafe): fix link to $sce docs
The second link to Strict Contextual Escaping (SCE) points to a 404. Closes angular#8514
1 parent 7af210f commit e661bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/error/$sce/unsafe.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Angular's {@link ng.$sce Strict Contextual Escaping (SCE)} mode
1010
contexts to result in a value that is trusted as safe for use in such a context. (e.g. loading an
1111
Angular template from a URL requires that the URL is one considered safe for loading resources.)
1212

13-
This helps prevent XSS and other security issues. Read more at {@link
14-
api/ng.$sce Strict Contextual Escaping (SCE)}
13+
This helps prevent XSS and other security issues. Read more at
14+
{@link ng.$sce Strict Contextual Escaping (SCE)}
1515

1616
You may want to include the ngSanitize module to use the automatic sanitizing.

0 commit comments

Comments
 (0)