We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6602704 commit ee786edCopy full SHA for ee786ed
web/client/app/app.js
@@ -23,8 +23,8 @@
23
}
24
25
app.config(function ($routeProvider, $compileProvider, $httpProvider) {
26
- $compileProvider.imgSrcSanitizationWhitelist(/^\s*((https?|ftp|file|blob|chrome-extension|byteball|byteball-tn):|data:image\/)/);
27
- $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|byteball|byteball-tn):/);
+ $compileProvider.imgSrcSanitizationWhitelist(/^\s*((https?|ftp|file|blob|chrome-extension|obyte|obyte-tn):|data:image\/)/);
+ $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|obyte|obyte-tn):/);
28
$httpProvider.interceptors.push("HttpInterceptor");
29
30
$routeProvider
0 commit comments