about summary refs log tree commit diff stats
path: root/src/assets/javascripts/services.js
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-15 16:02:59 +0100
committerHygna <hygna@proton.me>2022-10-15 16:02:59 +0100
commit88e72a80b618a771e5d52e53afd8949e6473c827 (patch)
tree62f1cb4ece28b0bf8c9603a1edee6d5251c8e3f6 /src/assets/javascripts/services.js
parentStopped custom instances displaying the toggle instance popup (diff)
downloadlibredirect-88e72a80b618a771e5d52e53afd8949e6473c827.zip
Removed FPI settings unifying as it superceded by dFPI & ETP
Diffstat (limited to 'src/assets/javascripts/services.js')
-rw-r--r--src/assets/javascripts/services.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js
index a2e12138..2cb3fedd 100644
--- a/src/assets/javascripts/services.js
+++ b/src/assets/javascripts/services.js
@@ -521,7 +521,7 @@ function unifyPreferences(url, tabId) {
 					const frontendObject = config.services[service].frontends[frontend]

 					if ("cookies" in frontendObject.preferences) {

 						for (const cookie of frontendObject.preferences.cookies) {

-							await utils.copyCookie(frontendObject, url, instancesList, cookie)

+							await utils.copyCookie(url, instancesList, cookie)

 						}

 					}

 					if ("localstorage" in frontendObject.preferences) {

@@ -652,7 +652,6 @@ function upgradeOptions() {
 						options.popupServices.splice(tmp, 1)

 						options.popupServices.push("sendFiles")

 					}

-					options.firstPartyIsolate = r.firstPartyIsolate

 					options.autoRedirect = r.autoRedirect

 					switch (r.onlyEmbeddedVideo) {

 						case "onlyNotEmbedded":