We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbc7c4 commit bc5a48dCopy full SHA for bc5a48d
docs/content/guide/security.ngdoc
@@ -102,7 +102,7 @@ For more information please visit {@link $http#json-vulnerability-protection JSO
102
103
Bear in mind that calling `$http.jsonp` gives the remote server (and, if the request is not secured, any Man-in-the-Middle attackers)
104
instant remote code execution in your application: the result of these requests is handed off
105
-to the browser as regular `<script>` tag.
+to the browser as a regular `<script>` tag.
106
107
## Strict Contextual Escaping
108
0 commit comments