[openstreetmap/openstreetmap-website] OSM map no longer loads in IE11 (Issue #3387)

Bryan Housel notifications at github.com
Wed Dec 1 13:50:48 UTC 2021


These days I think dropping support for IE11 is reasonable.

On some of my projects, I use this snippet of code at the beginning of the `body` to show a warning from [browser-update.org](https://browser-update.org/) (which I have reviewed and I trust) to tell users of old browsers that things might not work properly and they need to upgrade.  You can customize the messages or the browser versions.

```html
<body>
<script>var $buoop={required:{i:15,e:-4,f:-3,o:-3,s:-1,c:-3},reminder:0,noclose:true,no_permanent_hide:true,insecure:true,api:2021.06};</script>
<script src='https://browser-update.org/update.js'></script>
...
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3387#issuecomment-983659879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20211201/77af55f7/attachment.htm>


More information about the rails-dev mailing list