You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
@kevinmarrec i think this needs to be implemented as well when loading the manifest.json (see my reference) #55 just adds interface definitions for other properties but not the property crossorigin nor the actual implementation.
Thanks for your awesome work so far!
It would be great if we could have support for applications behind basic auth.
I think this should be possible by simply adding
crossorigin: 'use-credentials'
to the manifest.json link:nuxt-pwa-module/src/parts/manifest/index.ts
Lines 29 to 32 in bdd4b4f
(Souce: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin)
as far as i can tell it is possible in the pwa-module for nuxt2. (https://pwa.nuxtjs.org/workbox#basic-auth)
(nuxt-community/pwa-module#94 (comment))
relates to #54
The text was updated successfully, but these errors were encountered: