SOLVED

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

Go to solution
Anonymous
Not applicable

All Marketo forms (still) blocked in Firefox even after trying "solutions"

EDIT: Looks like one actual solution here might be to get an SSL cert for our landing page domain (zozi.mktoweb.com CNAME'd as go.zozi.com) and use that URL in the loadForm call. Looks like that is possibly by contacting support: Add SSL to your Landing Pages - Marketo Docs - Product Docs ​ I will update this part of this post if that is the solution we go with / if it solves the issue.

As some of you are aware, Firefox now gives the option to enable tracking protection at all times (even outside of Private mode). Many users (like my self) choose this option while installing the browser, meaning it is on all the time. This means any request to marketo.com will be blocked by Firefox if the user has chosen that option during installation or is in Private Browsing mode. This results in Marketo forms not being loaded at all.

Screen+Shot+2016-07-20+at+6.58.16+PM (1).png

Firefox uses the Disconnect standard block list, which can be seen here: https://disconnect.me/trackerprotection/blocked


I have read all the threads here on getting around FF tracking protection and am still at a dead end.

When you call MktoForms2.loadForm('//app-sj16.marketo.com', ... it makes a request to the Marketo servers. This is blocked by tracking protection. Some users on here suggest using a CNAME and pointing that loadForm call at the aliased domain, like MktoForms2.loadForm('//mkto.zozi.com'... That does work, but only for an http connection (you cant use https on the CNAME unless the certificate on the Marketo end is signed for your aliased domain). If you use https, all modern browsers will stop the request via the aliased domain because it is insecure.

Screen+Shot+2016-07-20+at+7.00.51+PM (1).png

So, another thread suggests using your landing page domain (zozi.mktoweb.com in our case). This lets the form load in Chrome but just makes your HTTPS symbol in your URL red (bad!)

Screen+Shot+2016-07-20+at+7.27.24+PM.png

Firefox still blocks it completely

Screen+Shot+2016-07-20+at+7.10.28+PM.png

Hard to believe Marketo doesn't provide SSL for *.mktoweb.com...

So, here I am left with two options. A) don't use HTTPS on my website, or B) don't use Marketo forms. Which will it be? I think that is obvious if this doesn't get resolved fairly quickly...


How many people are effected by this?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

Upload the file /marketo-xdframe-relative.html (you can get it from the demo link) to your Marketo instance.

Then reference the path in setOptions:

MktoForms2.setOptions({

  formXDPath:"/rs/AAA-BBB-CCC/images/marketo-xdframe-relative.html"

});

And create a behavior + origin for that path.

(You could put the file on S3 or any other host, but to avoid more moving parts I would use Marketo.)

View solution in original post

38 REPLIES 38
SanfordWhiteman
Level 10 - Community Moderator

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

You should be running HTTPS on your LP domains.  This has been true for awhile: without it, you lose referrer information.

(If Marketo ran SSL on *.mktoweb.com, that would be nice, but it wouldn't necessarily be a solution. mktoweb.com is a deeply Marketo-associated domain and thus can be expected to be blocked by anti-tracking plugins/features.)

Anonymous
Not applicable

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

Yes, that would be nice if they did. They don't probably because they charge thousands of dollars for SSL on landing pages as an upsell. Which is absolutely ridiculous considering one of their core products is fundamentally broken without it...

SanfordWhiteman
Level 10 - Community Moderator

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

There's another potential solution.Try using this endpoint:

     //marketo-app-ab12.figureone.com

Let me know if that works. Demo with your form here: http://codepen.io/figureone/pen/fb317fa5ad966ca08b0de57b27b39015

SanfordWhiteman
Level 10 - Community Moderator

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

Anonymous
Not applicable

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

This appears to work. What is figureone.com? Your own website? Is this a reliable endpoint that wont change? I dont feel comfortable pointing my production app at some third party proxy I have no control over.

SanfordWhiteman
Level 10 - Community Moderator

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

It's an Amazon CloudFront distribution and certainly more reliable than the forms endpoint behind it.

It is, however, experimental.  I'm not expecting you to switch over to it immediately -- I needed you to verify that it worked for your case. I'm weighing making this a published service.  If it works for you, that means it's closer to being a general problem solver.

Anonymous
Not applicable

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

It does work for me. Good to know that works though. We use AWS / Cloudfront so I can just spin up a Cloudfront distribution on our own account as a short term solution. Thanks for this.

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

Marketo Support is able to install an SSL cert of yours for a few.


My team is currently in the middle of this!



Geoff_Krajeski1
Level 10 - Champion Alumni

Re: All Marketo forms (still) blocked in Firefox even after trying "solutions"

*fee