File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,6 @@ IonicModule
628628// http://blogs.msdn.com/b/msdn_answers/archive/2015/02/10/
629629// running-cordova-apps-on-windows-and-windows-phone-8-1-using-ionic-angularjs-and-other-frameworks.aspx
630630. config ( [ '$compileProvider' , function ( $compileProvider ) {
631- $compileProvider . aHrefSanitizationWhitelist ( / ^ \s * ( h t t p s ? | f t p | m a i l t o | f i l e | g h t t p s ? | m s - a p p x | x - w m a p p 0 ) : / ) ;
632- $compileProvider . imgSrcSanitizationWhitelist ( / ^ \s * ( h t t p s ? | f t p | f i l e | m s - a p p x | x - w m a p p 0 ) : | d a t a : i m a g e \/ / ) ;
631+ $compileProvider . aHrefSanitizationWhitelist ( / ^ \s * ( h t t p s ? | t e l | f t p | m a i l t o | f i l e | g h t t p s ? | m s - a p p x | x - w m a p p 0 ) : / ) ;
632+ $compileProvider . imgSrcSanitizationWhitelist ( / ^ \s * ( h t t p s ? | t e l | f t p | f i l e | m s - a p p x | x - w m a p p 0 ) : | d a t a : i m a g e \/ / ) ;
633633} ] ) ;
You can’t perform that action at this time.
0 commit comments