aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/sce.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/sce.js')
-rw-r--r--src/ng/sce.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ng/sce.js b/src/ng/sce.js
index 9a5a5af6..f043c7d8 100644
--- a/src/ng/sce.js
+++ b/src/ng/sce.js
@@ -303,7 +303,6 @@ function $SceDelegateProvider() {
} else {
throw $sceMinErr('isecrurl',
'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString());
- return;
}
} else if (type === SCE_CONTEXTS.HTML) {
return htmlSanitizer(maybeTrusted);