Update:Enable CapacitorHttp to patch XMLHttpRequest to use native libraries, fixes cors #781

This commit is contained in:
advplyr 2023-07-12 17:13:57 -05:00
parent dd91bc6667
commit 852702112a
3 changed files with 18 additions and 3 deletions

View file

@ -2,5 +2,10 @@
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": true
}
}
}

View file

@ -2,5 +2,10 @@
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": true
}
}
}

View file

@ -2,5 +2,10 @@
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": true
}
}
}