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

docs(guide): grammar correction in security guide #16683

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/security.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For more information please visit {@link $http#json-vulnerability-protection JSO

Bear in mind that calling `$http.jsonp` gives the remote server (and, if the request is not secured, any Man-in-the-Middle attackers)
instant remote code execution in your application: the result of these requests is handed off
to the browser as regular `<script>` tag.
to the browser as a regular `<script>` tag.

## Strict Contextual Escaping

Expand Down