Skip to content

Commit 0c88c2c

Browse files
committed
Disable outdated-browser-rework - See mikemaccana/outdated-browser-rework#57 (comment)
1 parent f9259c2 commit 0c88c2c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Head.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,12 @@ const Head: React.FunctionComponent<Props> = (
8080

8181
{/* Detect outdated browser and display a popup about how to upgrade to a more recent browser/version */}
8282
{/* XXX See public/static/CDN/README.md */}
83-
<script async={true} src="https://storage.googleapis.com/the-funding-place/assets/libs/outdated-browser-rework/outdated-browser-rework.min.js" />
84-
<link rel="stylesheet" href="https://storage.googleapis.com/the-funding-place/assets/libs/outdated-browser-rework/outdated-browser-rework.css" />
83+
{/*
84+
XXX DISABLED because of https://github.com/mikemaccana/outdated-browser-rework/issues/57#issuecomment-620532590
85+
TLDR; Display false-positive warnings on embedded browsers if they're too old and the user can't do anything about it (e.g: Facebook Chrome, Linkedin Chrome, etc.)
86+
*/}
87+
{/*<script async={true} src="https://storage.googleapis.com/the-funding-place/assets/libs/outdated-browser-rework/outdated-browser-rework.min.js" />*/}
88+
{/*<link rel="stylesheet" href="https://storage.googleapis.com/the-funding-place/assets/libs/outdated-browser-rework/outdated-browser-rework.css" />*/}
8589

8690
{
8791
additionalContent && (

0 commit comments

Comments
 (0)