Skip to content

Commit

Permalink
Use a header to register the origin trial (GoogleChrome#7327)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton authored Feb 10, 2022
1 parent f7fa4ff commit 2ac8027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions firebase.incl.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
{
"key": "Cache-Control",
"value": "max-age=0"
},
{
"key": "Origin-Trial",
"value": "AroL15qduRNqNxaVOrRCcy3Lg2qmVISGidsHrfTRIwaZgUoJqZfqGYBAcqTKWf+6SgVWVbHV/OWkQCUy/ut0PwAAAABReyJvcmlnaW4iOiJodHRwczovL3dlYi5kZXY6NDQzIiwiZmVhdHVyZSI6IlByaW9yaXR5SGludHNBUEkiLCJleHBpcnkiOjE2NDc5OTM1OTl9"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/site/_data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
TRACKING_VERSION: 'dimension5',
NAVIGATION_TYPE: 'dimension6',
},
version: 8,
version: 9,
},
firebase: {
prod: {
Expand Down
3 changes: 0 additions & 3 deletions src/site/_includes/partials/head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<link rel="preload" as="font" crossorigin href="/fonts/google-sans/bold/latin.woff2">
<link rel="preconnect" href="https://{{site.imgixDomain}}">

<!-- Priority Hints origin trial (registered by: philipwalton, M96-M99) -->
<meta http-equiv="origin-trial" content="AroL15qduRNqNxaVOrRCcy3Lg2qmVISGidsHrfTRIwaZgUoJqZfqGYBAcqTKWf+6SgVWVbHV/OWkQCUy/ut0PwAAAABReyJvcmlnaW4iOiJodHRwczovL3dlYi5kZXY6NDQzIiwiZmVhdHVyZSI6IlByaW9yaXR5SGludHNBUEkiLCJleHBpcnkiOjE2NDc5OTM1OTl9">

<meta name="theme-color" content="#fff"/>

{% if noindex or draft -%}
Expand Down

0 comments on commit 2ac8027

Please sign in to comment.