WebPlatformTest / HTML5test

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

Tests not running anymore on https:// #590

Open pmhpereira opened 1 year ago

pmhpereira commented 1 year 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 1 year 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 1 year ago

This has been resolved in my updated fork of HTML5Test.