added chrome:// to whitelist
This commit is contained in:
parent
01bbe55589
commit
afadb4128a
1 changed files with 3 additions and 0 deletions
|
|
@ -74,4 +74,7 @@ angular
|
|||
}
|
||||
}
|
||||
});
|
||||
})
|
||||
.config(function($compileProvider) {
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|tel|chrome-extension):/);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue