Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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 #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

+2-2
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)