microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 113 forks source link

Don't force http protocol on web-ar links #89

Closed sjando closed 7 years ago

sjando commented 7 years ago

web-ar links should be able to explicitly specify the protocol for retrieving the json file (e.g. webar:https://holojs.azurewebsites.net/samples/photosphere/photosphere.json) and not be forced to plain http

Almost-Done commented 7 years ago

Makes sense. Thank you!