diff --git a/config.xml b/config.xml index fc0883b59..1282a7a65 100644 --- a/config.xml +++ b/config.xml @@ -174,6 +174,7 @@ + diff --git a/package-lock.json b/package-lock.json index 07c1ea7d7..15e6dbdf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "moodlemobile", - "version": "3.8.1", + "version": "3.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2725,6 +2725,10 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz", "integrity": "sha512-EYC5eQFVkoYXq39l7tYKE6lEjHJ04mvTmKXxGL7quHLdFPfJMNzru/UYpn92AOfpl3PQaZmou78C7EgmFOwFQQ==" }, + "cordova-plugin-wkwebview-cookies": { + "version": "git+https://github.com/moodlemobile/cordova-plugin-wkwebview-cookies.git#0f20979803ffd9b13250215975692703342d759c", + "from": "git+https://github.com/moodlemobile/cordova-plugin-wkwebview-cookies.git" + }, "cordova-plugin-zip": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cordova-plugin-zip/-/cordova-plugin-zip-3.1.0.tgz", diff --git a/package.json b/package.json index ecbd217aa..941127fae 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "cordova-plugin-splashscreen": "5.0.3", "cordova-plugin-statusbar": "2.4.3", "cordova-plugin-whitelist": "1.3.4", + "cordova-plugin-wkwebview-cookies": "git+https://github.com/moodlemobile/cordova-plugin-wkwebview-cookies.git", "cordova-plugin-zip": "3.1.0", "cordova-sqlite-storage": "4.0.0", "cordova-support-google-services": "1.3.2", @@ -192,7 +193,8 @@ "cordova-plugin-ionic-webview": {}, "cordova-plugin-advanced-http": { "OKHTTP_VERSION": "3.10.0" - } + }, + "cordova-plugin-wkwebview-cookies": {} } }, "main": "desktop/electron.js",