Skip to content

Commit ad5dec4

Browse files
authored
Merge pull request #303 from fs-webdev/geo-redirect
add crossorigin to manifest link for geo redirect
2 parents fdfa627 + 6033adb commit ad5dec4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-scripts/layout/views/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta name="google-site-verification" content="VJlFQrAXTCBy0PqVi23EsGD-mpA5KaBhIt8LkrcRbP0" />
1616
<link href="https://edge.fscdn.org/assets/docs/fs_logo_favicon_sq.png" rel="icon" type="image/x-icon" />
1717
<link rel="apple-touch-icon" href="https://edge.fscdn.org/assets/components/hf/assets/img/tree-touch-icon-11024a277f1fda5735de5a9f0f4f75ca.png" />
18-
<link rel="manifest" href="<%= typeof appPathOverride !== 'undefined' ? appPathOverride : appPath('') %>/manifest.json"/>
18+
<link rel="manifest" href="<%= typeof appPathOverride !== 'undefined' ? appPathOverride : appPath('') %>/manifest.json" type="application/manifest+json" crossorigin="use-credentials" />
1919

2020
<!-- Resource Hints -->
2121
<link rel="preconnect" href="//edge.fscdn.org" crossorigin />

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/react-scripts",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"upstreamVersion": "4.0.3",
55
"description": "Configuration and scripts for Create React App.",
66
"repository": {
@@ -157,4 +157,4 @@
157157
"publishConfig": {
158158
"registry": "https://familysearch.jfrog.io/familysearch/api/npm/fs-npm-prod-virtual/"
159159
}
160-
}
160+
}

0 commit comments

Comments
 (0)