Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Add extra warning message regarding Enhanced Security mode in Microsoft Edge #514

Open
GalvinGao opened this issue Apr 30, 2022 · 0 comments
Assignees

Comments

@GalvinGao
Copy link
Member

GalvinGao commented Apr 30, 2022

According #509, the new Enhanced Security mode in Microsoft Edge blocks sites from using WASM. Currently our site just shows the user their browsers are outdated (due to the fact that WebAssembly is not available in the script context), but in fact it is the security feature kicking in.

We should detect window.WebAssembly availability on browsers that are known to be supporting WebAssembly in its core, but are somewhat been disabled, intentionally or unintentionally by users, and results in blocking usage towards it. This gives a better UX and as well reduce misleading information.

@GalvinGao GalvinGao changed the title Regression: Add extra message regarding Enhanced Security mode in Microsoft Edge Regression: Add extra warning message regarding Enhanced Security mode in Microsoft Edge Apr 30, 2022
@GalvinGao GalvinGao self-assigned this Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant