We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4e98 commit 14b1297Copy full SHA for 14b1297
1 file changed
src/ng/sce.js
@@ -303,7 +303,6 @@ function $SceDelegateProvider() {
303
} else {
304
throw $sceMinErr('isecrurl',
305
'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString());
306
- return;
307
}
308
} else if (type === SCE_CONTEXTS.HTML) {
309
return htmlSanitizer(maybeTrusted);
0 commit comments