Skip to content

Commit

Permalink
Update link tag for manifest.json (#276)
Browse files Browse the repository at this point in the history
Update link tag for manifest.json so that it uses basic auth credentials, fixes load when running behind CloudFront with basic auth
  • Loading branch information
bick4ord authored Oct 23, 2023
1 parent cd94ed0 commit 5fc5e0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Fixed

- Update link tag for manifest.json so that it uses basic auth credentials, fixes load when running behind CloudFront with basic auth

## 4.3.0 - 2023-10-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<title>Loading...</title>
</head>
<body>
Expand Down

0 comments on commit 5fc5e0b

Please sign in to comment.