mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
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:
parent
4c5613204a
commit
2efe73ad7e
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue