Closed
Bug 1727026
Opened 3 years ago
Closed 2 years ago
Website will only allow visitors from Chrome browser with tracking protection basic
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: karlcow, Unassigned)
References
(Blocks 1 open bug, )
Details
Expected:
see the form
Actual:
message inviting to use Chrome.
The website is using MktoForms2
with the script
try {
MktoForms2.loadForm("//app-ab21.marketo.com", "500-BIA-880", 2793);
MktoForms2.whenReady(function (form) {
form.onSuccess(function (values, followUpUrl) {
document.getElementById("js-thank-you").style.display = "block";
document.getElementById("mktoForm_2793").style.display = "none";
// Return false to prevent the submission handler continuing with its own processing
return false;
});
});
} catch (err) {
if (navigator.userAgent.indexOf("Firefox") != -1) {
document.getElementById("js-firefox-message").style.display = "block";
} else {
document.getElementById("js-error").style.display = "block";
}
}
Deactivating tracking protection basic and the site is working.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Webcompat Priority: --- → ?
Comment 1•2 years ago
|
||
This form now seems to work in strict mode, regardless of being a Marketo-based form.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•