File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,6 @@ IonicModule
651
651
// http://blogs.msdn.com/b/msdn_answers/archive/2015/02/10/
652
652
// running-cordova-apps-on-windows-and-windows-phone-8-1-using-ionic-angularjs-and-other-frameworks.aspx
653
653
. config ( [ '$compileProvider' , function ( $compileProvider ) {
654
- $compileProvider . aHrefSanitizationWhitelist ( / ^ \s * ( h t t p s ? | s m s | t e l | g e o | 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 ) : / ) ;
655
- $compileProvider . imgSrcSanitizationWhitelist ( / ^ \s * ( h t t p s ? | f t p | f i l e | c o n t e n t | b l o b | m s - a p p x | x - w m a p p 0 ) : | d a t a : i m a g e \/ / ) ;
654
+ $compileProvider . aHrefSanitizationWhitelist ( / ^ \s * ( h t t p s ? | s m s | t e l | g e o | 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 - w e b | m s - a p p x | x - w m a p p 0 ) : / ) ;
655
+ $compileProvider . imgSrcSanitizationWhitelist ( / ^ \s * ( h t t p s ? | f t p | f i l e | c o n t e n t | b l o b | m s - a p p x | m s - a p p x - w e b | x - w m a p p 0 ) : | d a t a : i m a g e \/ / ) ;
656
656
} ] ) ;
You can’t perform that action at this time.
0 commit comments