Brave Web Browser | Community
Skip to main content
Limor_Perl
New Participant
April 21, 2019
Solved

Brave Web Browser

  • April 21, 2019
  • 1 reply
  • 4218 views

Hi,

Some of our customers complaint that our marketo forms (that aren't on marketo LP) don't work on Brave Web Browser. We have tested ourselves and confirmed this issue.

I also checked with support and got the response that it's a Customer’s Shield Configuration.

I wanted to check if someone here encountered this problem and f there is anything we can do on our end or it is merely an issue on the customer's end?

Best answer by SanfordWhiteman

Hey @SanfordWhiteman -

 

Ya, of course - here's an example of a page with the form embedded on it: yubico.com/marketo-test-form/


Doesn’t show up in Chrome right now, so it’s a not (at present) related to Brave.

 

If you look in the F12 Console, you’ll see an error being thrown by the script that’s inside your Rich Text Area (also, it’s problematic to have this in the RTA at all because it’ll run twice).

$("#readpd").click(function(){ $("#pd").toggle(); });

Those should reference MktoForms2.$, not just $.

1 reply

SanfordWhiteman
New Participant
April 21, 2019
Troy_Larson
New Participant
September 15, 2021

Hey @sanfordwhiteman - 

My team is running into this same issue. Our embed code is not //app-something it is our marketo domain. I was secretly hoping that by not using //app-something it would work. Guessed wrong... 😞 

 

However even when we use our marketo domain in place of the //app-something in the form embed code, the form still fails to load on Brave.

 

My suspicion is that Brave has a lot of built in blockers, any ideas on how we could overcome this and get our form to load properly? 


SanfordWhiteman
New Participant
September 15, 2021
Can you link to a test page please?