decentraland / explorer

🌎 Explore Decentraland from a web browser
https://explorer.decentraland.org
Apache License 2.0
78 stars 39 forks source link

fix: Show warning notification for not recommended browsers (only Kernel side) #2529

Closed sandrade-dcl closed 3 years ago

sandrade-dcl commented 3 years ago

What does this PR fix?

Fix https://github.com/decentraland/unity-renderer/pull/708

We have decided not to have a "black list" of prohibited browsers and only deny browsers due to technical limitations such as not supporting WebGL2. If an user enters with a browser that is compatible with WebGL2 but not recommended by us (any browser different to Firefox or any not chromium-based browser), we will show him a warning in the landing page indicating it but we won't cut his entrance to the world.

github-actions[bot] commented 3 years ago

After the CI passes:

sandrade-dcl commented 3 years ago

Blocked until the website/kernel refactor is finished and integrated.