gchq/CyberChef

Feature request: Show a warning when using an unsupported browser version

Open

#422 创建于 2018年11月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (3,944 fork)batch import
featurehelp wanted

仓库指标

Star
 (34,843 star)
PR 合并指标
 (平均合并 57天 13小时) (30 天内合并 62 个 PR)

描述

It would be useful to display a warning to users whose browsers are not supported. This warning should not be too invasive, but it should be clear. It is likely that CyberChef will not function correctly in unsupported browsers anyway, so this warning should be triggered early, perhaps in the preloader code.

Supported browsers are currently:

  • Google Chrome 40+
  • Mozilla Firefox 35+
  • Microsoft Edge 14+

This can be programatically checked in the .babelrc file here.

Any browsers which maintain compatibility with these supported browsers should function correctly and shouldn't be issued a warning. This can usually be determined from the user agent string.

The warning should suggest that the user try one of the supported browsers instead.

贡献者指南