diff --git a/client/app/index.js b/client/app/index.js index efeed3f0a..11699ee39 100644 --- a/client/app/index.js +++ b/client/app/index.js @@ -2,7 +2,7 @@ import ngModule from '@/config'; ngModule.config(($locationProvider, $compileProvider, uiSelectConfig, toastrConfig) => { $compileProvider.debugInfoEnabled(false); - $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|http|data|tel|sms|mailto):/); + $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|data|tel|sms|mailto):/); $locationProvider.html5Mode(true); uiSelectConfig.theme = 'bootstrap';