You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/error/$sce/insecurl.ngdoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It's also possible that a custom directive threw this error for a similar reason
10
10
11
11
Angular only loads templates from trusted URLs (by calling {@link ng.$sce#getTrustedResourceUrl $sce.getTrustedResourceUrl} on the template URL).
12
12
13
-
By default, only URLs that belong to the same origin are trusted. These are urls with the same domainand protocol as the application document.
13
+
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.
14
14
15
15
The {@link ng.directive:ngInclude ngInclude} directive and {@link guide/directive directives} that specify a `templateUrl` require a trusted resource URL.
0 commit comments