arn-browser 0.1.40 → 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
|
@@ -1103,7 +1103,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
1103
1103
|
automation: "playwright",
|
|
1104
1104
|
is_headless: false,
|
|
1105
1105
|
parameters: {
|
|
1106
|
-
custom_start_urls: ["about:blank"],
|
|
1107
1106
|
flags: {
|
|
1108
1107
|
navigator_masking: "mask",
|
|
1109
1108
|
audio_masking: audio_masking ? "mask" : "natural",
|
|
@@ -1120,7 +1119,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
1120
1119
|
proxy_masking: proxy ? "custom" : "disabled",
|
|
1121
1120
|
ports_masking: "mask",
|
|
1122
1121
|
canvas_noise: canvas_noise ? "mask" : "natural",
|
|
1123
|
-
startup_behavior: "custom",
|
|
1124
1122
|
},
|
|
1125
1123
|
fingerprint: {
|
|
1126
1124
|
ports: [],
|
|
@@ -832,7 +832,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
832
832
|
automation: "playwright",
|
|
833
833
|
is_headless: false,
|
|
834
834
|
parameters: {
|
|
835
|
-
custom_start_urls: ["about:blank"],
|
|
836
835
|
flags: {
|
|
837
836
|
navigator_masking: "mask",
|
|
838
837
|
audio_masking: audio_masking ? "mask" : "natural",
|
|
@@ -849,7 +848,6 @@ async function launchQuickMultiloginProfile({ os_type, proxy, canvas_noise, medi
|
|
|
849
848
|
proxy_masking: proxy ? "custom" : "disabled",
|
|
850
849
|
ports_masking: "mask",
|
|
851
850
|
canvas_noise: canvas_noise ? "mask" : "natural",
|
|
852
|
-
startup_behavior: "custom",
|
|
853
851
|
},
|
|
854
852
|
fingerprint: {
|
|
855
853
|
ports: [],
|