How do I prevent the Enhanced Protection dialog from showing?
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!
Giải pháp được chọn
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 .....
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (3)
Giải pháp được chọn
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 .....
@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.