Closed
Description
To take full advantage of our #nobuild defaults, we need to ensure that developers have easy control over which versions of the major evergreen browsers they intend to support, and guard their application from being accessed by unsupported versions.
This shouldn't take much machinery, as the useragent gem already offers the ability to parse the user agent string, but it needs to be presented with an easy default configuration/initializer setup for setting the guards, and a default screen for serving as a blocker.