WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
993 stars 192 forks source link

Tests not running anymore on https:// #590

Open pmhpereira opened 10 months ago

pmhpereira commented 10 months ago

HTML5Test depend on http://api.whichbrowser.net/rel/detect.js to properly run. Their server currently has an expired SSL certificate since October, 19th.

Would probably be a good idea to not depend on that external .js file and instead bundle it in this repo.

pmhpereira commented 10 months ago

I also opened a ticket on https://github.com/WhichBrowser/Parser-PHP/issues/686 to let them know. But this repo could still take action to not directly depend on an external .js file.

niutech commented 10 months ago

This has been resolved in my updated fork of HTML5Test.