We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1b600 commit 489e108Copy full SHA for 489e108
js/angular/service/ionicConfig.js
@@ -651,6 +651,6 @@ IonicModule
651
// http://blogs.msdn.com/b/msdn_answers/archive/2015/02/10/
652
// running-cordova-apps-on-windows-and-windows-phone-8-1-using-ionic-angularjs-and-other-frameworks.aspx
653
.config(['$compileProvider', function($compileProvider) {
654
- $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|tel|ftp|mailto|file|ghttps?|ms-appx|x-wmapp0):/);
+ $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|sms|tel|geo|ftp|mailto|file|ghttps?|ms-appx|x-wmapp0):/);
655
$compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|content|blob|ms-appx|x-wmapp0):|data:image\//);
656
}]);
0 commit comments