CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
400 stars 100 forks source link

Fix https issues. #19

Closed rillian closed 10 years ago

rillian commented 10 years ago

Thanks for the cool and useful site. Here's a couple of patches to https-ify things. Only the first one is necessary to make https://analyticalgraphicsinc.github.io/webglreport/ work.

It's better to use encrypted transports when possible, given all the traffic interception that's going on..

emackey commented 10 years ago

Thanks!

emackey commented 10 years ago

Deployed and working here: https://analyticalgraphicsinc.github.io/webglreport/

rillian commented 10 years ago

Confirmed. Thanks!