Skip to content

Commit

Permalink
Add explicit rejection for unsupported browsers (#1655)
Browse files Browse the repository at this point in the history
This will handle explicit communication for IE < 11.
  • Loading branch information
backspace committed May 10, 2018
1 parent e0093b2 commit 683a7cb
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/favicon.png" />

<script src="/check-browser-support.js" async></script>

{{content-for "head"}}

<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" type="text/css">
Expand Down
24 changes: 24 additions & 0 deletions public/check-browser-support.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 683a7cb

Please sign in to comment.