Closed stoically closed 4 years ago
In v1.5.9rc1 Riot presents the Sorry, your browser is not able to run Riot. page which happens because the modernizer check requires unsafe-eval. Since the webextension runs in a controlled environment we can safely skip the check.
Sorry, your browser is not able to run Riot.
unsafe-eval
Fixed in v1.5.9rc2
In v1.5.9rc1 Riot presents the
Sorry, your browser is not able to run Riot.
page which happens because the modernizer check requiresunsafe-eval
. Since the webextension runs in a controlled environment we can safely skip the check.