WebPlatformTest / HTML5test

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

Should force https for serivce worker detection #547

Open TheOneWithTheBraid opened 6 years ago

TheOneWithTheBraid commented 6 years ago

Because Chrome requires https for service-workers, you should force https for this test. Otherwise Chrome will get a mutch lower score in Web application features.

SebastianZ commented 6 years ago

Same happens for the Web Cryptography API.

I invested quite some time to figure out why my Chrome 68 scores less than the Chrome 68 score on html5test.com.

So, please set up a redirect from http://html5test.com to https://html5test.com!

Sebastian

SebastianZ commented 6 years ago

Btw., this issue also applies to Firefox 61, Opera 54, and Safari 11.1.

Sebastian

aperezdc commented 4 years ago

This issue also applies to WebKitGTK and WPE WebKit based browsers e.g. GNOME Web.

niutech commented 4 years ago

Any updates? It should be a piece of cake.