Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: webmanifest missing crossorigin attribute #566

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: webmanifest missing crossorigin attribute
Signed-off-by: Carina Ursu <carina@union.ai>
  • Loading branch information
ursucarina committed Aug 16, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit d7497547e3ba5b828de5f042c581d255c4903e3c
1 change: 1 addition & 0 deletions packages/zapp/console/src/assets/index.html
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
<link
rel="manifest"
href="<%= htmlWebpackPlugin.options.publicPath %>/manifest.webmanifest"
crossorigin="use-credentials"
/>
<!-- 16x16, 32x32 -->
<link