aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/error/$sce/insecurl.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/error/$sce/insecurl.ngdoc b/docs/content/error/$sce/insecurl.ngdoc
index 9691e2b5..f39c7065 100644
--- a/docs/content/error/$sce/insecurl.ngdoc
+++ b/docs/content/error/$sce/insecurl.ngdoc
@@ -10,7 +10,7 @@ It's also possible that a custom directive threw this error for a similar reason
Angular only loads templates from trusted URLs (by calling {@link ng.$sce#getTrustedResourceUrl $sce.getTrustedResourceUrl} on the template URL).
-By default, only URLs that belong to the same origin are trusted. These are urls with the same domain and protocol as the application document.
+By default, only URLs that belong to the same origin are trusted. These are urls with the same domain, protocol and port as the application document.
The {@link ng.directive:ngInclude ngInclude} directive and {@link guide/directive directives} that specify a `templateUrl` require a trusted resource URL.