Skip to content
Snippets Groups Projects
Unverified Commit 165ad458 authored by shall0pass's avatar shall0pass Committed by GitHub
Browse files

[Enhancement] Add crossorigin field to manifest line (#2206)


* add crossorigin

* release note

---------

Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
parent 29591703
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
sizes="16x16"
href="%PUBLIC_URL%/favicon-16x16.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" crossorigin="use-credentials"/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
......
---
category: Enhancements
authors: [shall0pass]
---
Add crossorigin assignment to use credentials for PWA with authentication
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment