arn-browser 0.1.39 → 0.1.40
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,6 +1103,7 @@ 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"],
|
|
1106
1107
|
flags: {
|
|
1107
1108
|
navigator_masking: "mask",
|
|
1108
1109
|
audio_masking: audio_masking ? "mask" : "natural",
|
|
@@ -832,6 +832,7 @@ 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"],
|
|
835
836
|
flags: {
|
|
836
837
|
navigator_masking: "mask",
|
|
837
838
|
audio_masking: audio_masking ? "mask" : "natural",
|