Skip to content

Commit

Permalink
Use credentials to request manifest.json file
Browse files Browse the repository at this point in the history
This is needed to properly fetch the manifest.json
file when Gramps runs behind an authenticating
proxy like Pomerium or Cloudflare Zero Trust, as
documented here: https://web.dev/articles/add-manifest#link-manifest
  • Loading branch information
MrTrustor committed Oct 19, 2024
1 parent 22aab0d commit a1b3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="tippy.css">
<link rel="icon" href="images/favicon.ico">
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<meta name="theme-color" content="#6D4C41">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Gramps">
Expand Down

0 comments on commit a1b3141

Please sign in to comment.