arn-browser 0.1.39 → 0.1.41
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/package.json
CHANGED
|
@@ -1119,7 +1119,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
1119
1119
|
proxy_masking: proxy ? "custom" : "disabled",
|
|
1120
1120
|
ports_masking: "mask",
|
|
1121
1121
|
canvas_noise: canvas_noise ? "mask" : "natural",
|
|
1122
|
-
startup_behavior: "custom",
|
|
1123
1122
|
},
|
|
1124
1123
|
fingerprint: {
|
|
1125
1124
|
ports: [],
|
|
@@ -848,7 +848,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
848
848
|
proxy_masking: proxy ? "custom" : "disabled",
|
|
849
849
|
ports_masking: "mask",
|
|
850
850
|
canvas_noise: canvas_noise ? "mask" : "natural",
|
|
851
|
-
startup_behavior: "custom",
|
|
852
851
|
},
|
|
853
852
|
fingerprint: {
|
|
854
853
|
ports: [],
|