Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How do I prevent the Enhanced Protection dialog from showing?

  • 3 antwoorden
  • 1 heeft dit probleem
  • 12 weergaven
  • Laatste antwoord van everett1

more options

The following dialog is causing my automated tests to fail in Browserstack. My hope is that this behavior can be disabled using the browsers **about:config** page. Does anyone know if it is possible to disable this dialog?

Thanks!

The following dialog is causing my automated tests to fail in Browserstack. My hope is that this behavior can be disabled using the browsers **about:config** page. Does anyone know if it is possible to disable this dialog? Thanks!
Gekoppelde schermafbeeldingen

Gekozen oplossing

Hello everett1,

You could try to toggle the values of these preferences on the "about:config" page :

privacy.trackingprotection.socialtracking.enabled and privacy.trackingprotection.socialtracking.annotate.enabled

I hope that works for you .....

Dit antwoord in context lezen 👍 1

Alle antwoorden (3)

more options

Gekozen oplossing

Hello everett1,

You could try to toggle the values of these preferences on the "about:config" page :

privacy.trackingprotection.socialtracking.enabled and privacy.trackingprotection.socialtracking.annotate.enabled

I hope that works for you .....

more options
more options

@cor-el... thanks for the link to the autoconfig. This was not what I was initially looking for, but it will absolutely help with other issues I'm trying to address.