AbundantCommunities / CommonGood

CommonGood is open source software, a webapp that records and manages information from Abundant Communities Initiative (ACI) interviews. Multiple neighbourhoods' data kept separate.
http://abundantcommunityinitiative.org/software
GNU General Public License v3.0
1 stars 0 forks source link

Gently push back against old browsers #141

Open cognish opened 5 years ago

cognish commented 5 years ago

Out policy is to not support older browsers for connectors (for people who authenticate). However, we now have a feature flag to support hosting public pages showing anonymized answer data. Anybody (with a really old browser!) might visit.

Here is some code I found in a client application:

<!--[if lt IE 7]>
<p class="browsehappy">
    You are using an <strong>outdated</strong> browser.
    Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->

Browse Happy appears to be operated by WordPress.