Skip to content

Commit ee786ed

Browse files
committed
migrated byteball: protocol to obyte:
1 parent 6602704 commit ee786ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/client/app/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
}
2424

2525
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):/);
26+
$compileProvider.imgSrcSanitizationWhitelist(/^\s*((https?|ftp|file|blob|chrome-extension|obyte|obyte-tn):|data:image\/)/);
27+
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|obyte|obyte-tn):/);
2828
$httpProvider.interceptors.push("HttpInterceptor");
2929

3030
$routeProvider

0 commit comments

Comments
 (0)