vtclab / analyzer-public

VTCLab Media Analyzer feedback repo
16 stars 2 forks source link

Implement ability to open file from http(s) #9

Open vtc-ivanb opened 1 year ago

vtc-ivanb commented 8 months ago

May not be easy as page code can't simply access random URLs due to security restrictions (CORS policy on the most of servers will prevent the analyzer to load the data). We might use some proxy on our side, but it looks like another security hole.