Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Temporary fix of SharedBufferArray issue by using Chrome token in htm…
Browse files Browse the repository at this point in the history
…l file
  • Loading branch information
Kevin Ngo committed Aug 3, 2021
1 parent 74108d1 commit b17892f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/index.html
Expand Up @@ -5,7 +5,16 @@
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/favicon.png" />
<link rel="apple-touch-icon" sizes="192x192" href="%PUBLIC_URL%/images/192x192_App_Icon.png" />
<link rel="apple-touch-icon" sizes="512x512" href="%PUBLIC_URL%/images/512x512_App_Icon.png" />

<!-- For localhost:3000 SharedBufferArray issue -->
<meta
http-equiv="origin-trial"
content="Am/3GuJrzRLppT4iAA9irUtv9jl9jCIWoVtHTNFEYM2Zw9E1kIbeQhJ80eH6mVxOiH/tOEke6dMaot/3xGxrYQEAAABgeyJvcmlnaW4iOiJodHRwOi8vbG9jYWxob3N0OjMwMDAiLCJmZWF0dXJlIjoiVW5yZXN0cmljdGVkU2hhcmVkQXJyYXlCdWZmZXIiLCJleHBpcnkiOjE2Mzk1MjYzOTl9"
/>
<!-- For deployed SharedBufferArray issue-->
<meta
http-equiv="origin-trial"
content="Au4VR8w0lUBSpO15rbmBrd42dStCqXI0XW/jTcHYKfiXOQGwdG+qchSrlpnX0glGQ/AYDbuTnQ4XLg7dwcu2dAMAAACEeyJvcmlnaW4iOiJodHRwczovL2RlbW8udW5pc3dhcHYyLnBvbHl3cmFwLmlvOjQ0MyIsImZlYXR1cmUiOiJVbnJlc3RyaWN0ZWRTaGFyZWRBcnJheUJ1ZmZlciIsImV4cGlyeSI6MTYzOTUyNjM5OSwiaXNTdWJkb21haW4iOnRydWV9"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ff007a" />
<meta name="fortmatic-site-verification" content="j93LgcVZk79qcgyo" />
Expand Down

0 comments on commit b17892f

Please sign in to comment.