@exezt-/webamp 1.5.0-0x729 → 1.5.0-0x730
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/built/webamp.bundle.js
CHANGED
|
@@ -7459,7 +7459,7 @@ class WinampTelegramCustomHandler {
|
|
|
7459
7459
|
|
|
7460
7460
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "saveLastPlaylist", playlistLink => {
|
|
7461
7461
|
this.applicationStorage.setItem("lastlist", playlistLink);
|
|
7462
|
-
document.cookie = `lastlist=${playlistLink}; path=/; expires=Tue, 19 Jan 2038 03:14:07 GMT; secure`;
|
|
7462
|
+
document.cookie = `lastlist=${playlistLink}; path=/; expires=Tue, 19 Jan 2038 03:14:07 GMT; SameSite=None; secure`;
|
|
7463
7463
|
});
|
|
7464
7464
|
|
|
7465
7465
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getCookie", name => {
|