fix: Cookies not sent with request for Web App manifest.json (#504)

https://stackoverflow.com/questions/51777346/cookies-not-sent-with-request-for-web-app-manifest-json
This commit is contained in:
baiyun 2022-10-03 16:11:58 +08:00 committed by GitHub
parent 4c5613204a
commit 2efe73ad7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ const proxyTarget = process.env['QBITTORRENT_TARGET'] ?? 'http://localhost'
module.exports = {
pwa: {
manifestPath: 'manifest.json',
manifestCrossorigin: 'use-credentials',
name: 'VueTorrent',
themeColor: '#597566', //PWA title bar color ( windows 10 PWA, android web browser and PWA address bar color )
manifestOptions: {