When used with HTTPS, Appdash currently appears to be insecure because it does subrequests to HTTP static resources.
The issue seems to come from a single resource: http://fonts.googleapis.com/css?family=Open+Sans that should probably be renamed into //fonts.googleapis.com/css?family=Open+Sans like other used static resources.
When used with HTTPS, Appdash currently appears to be insecure because it does subrequests to HTTP static resources.
The issue seems to come from a single resource:
http://fonts.googleapis.com/css?family=Open+Sansthat should probably be renamed into//fonts.googleapis.com/css?family=Open+Sanslike other used static resources.