Skip to main content
Known Participant
November 8, 2020
Question

VR and WebGL security concerns

  • November 8, 2020
  • 1 reply
  • 703 views

Hi there,

I think that there is a lot of potential in Captiate's VR projects. They can be used in a lot of occasions - Onboading comes to mind immediately. However, the VR projects rely on WebGL that has some security concerns around it - interesting read here.

 

WebGL is just not allowed in our company. I had a conversation with our Security team more than a year ago and they shared their concerns. No go. For me that means that I cannot even present a VR project to the stakeholders. I am sure it would be a success but there is no way security allows WebGL with the current concerns in place.

 

I was wondering if someone has had similar experience, is there a way around that and and also are there any news on the approach?

Thanks in advance

Bobby

    This topic has been closed for replies.

    1 reply

    Paul Wilson CTDP
    Community Expert
    Community Expert
    November 8, 2020

    The only solution I can think of is to publish this type of content on an external web server like Amazon AWS. Then link to the content from your company intranet site or LMS. This way you can continue to use this content but it would be outside of your organization. Check with your IT department if this is an acceptable solution. Here is a tutorial where I show you how you can upload your content to Amazon AWS for such a situation: https://youtu.be/wajNZA9oVnw 

    Paul Wilson, CTDP
    BobbyJouAuthor
    Known Participant
    November 8, 2020

    Thank you Paul for your usual good tips. I am afirad that Amazon is not on our white list. Long story...

    But I dont think this is the issue. Actually, the WebGL does not work in the browsers. It is rather a browser issue not allowing the plug in to load than it is an issue of where the content is hosted.

    I am also exploring Google's VR tools - one can create a tour with 360 imags in their Tour creator and then see it in their Poly viewer. For instance, this is a random project someone did  https://poly.google.com/view/2DDhX9NnkDi 

     

    I did not see WebGL loading. in the Dev Tools. Is Google using a different VR plugin for the visualisation in browser?

    Thanks

    B

    kdmemory
    Inspiring
    November 8, 2020

    Hi B,

    according to my console in Firefox Developer Edition:

    TourCreator is using the WebVR (Native) API

    Whereby WebVR is deprecated and will be replaced by WebXR afaik.

    Klaus