You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/03 21:38:19 UTC

[GitHub] [cordova-plugin-file] guylando opened a new pull request #296: Added support for https urls access to local files.

guylando opened a new pull request #296: Added support for https urls access to local files.
URL: https://github.com/apache/cordova-plugin-file/pull/296
 
 
   Currently cdvfile://... urls are blocked on ios from an https page (on domain xxx.com) by the mixed content policy.
   This PR solves this by allowing access to cdvfile://localhost/bundle/www/cordova.js using the url: https://xxx.com/cdvfile/bundle/www/cordova.js
   Since this url is https and from same domain as the remote https page, this works!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org