harthur90
Forum Replies Created
-
Hi @jademtl Thanks for your message
I believe the above issue is very specific to whitelisting hubspot domain into their CSP
Could you send me a HAR file while you try to load our plugin page ? here is how to get it on chrome https://support.google.com/admanager/answer/10358597?hl=en
to wordpress-support-groups@hubspot.comso we can better determine the issue you are facing
- This reply was modified 4 years, 1 month ago by harthur90.
Hi @ahmadhoseini are you still facing the issue?
Best regards
Hi @ahmadhoseini thanks for all the info provided!
After taking a look into your HAR file I believe adding hubspot.com and hsappstatic.net domains into your Content Security Policy rules should fix the problem
Let me know if this works for you
Best regards
Hi @ahmadhoseini, Thanks for your message
* Do you have any popup blockers installed in your computer/browser?
* Also this could be due a bad .htaccess rulethe url that you need to check if is being correctly redirect will look like this: yourdomain.com/wp-admin/admin.php?page=leadin
Here is a good website to test your rules
https://htaccess.madewithlove.com/
Could you also send me a HAR file while you try to load our plugin page ? here is how to get it on chrome https://support.google.com/admanager/answer/10358597?hl=en
to wordpress-support-groups@hubspot.comBest Regards
Hi! We haven’t heard from you in a while, I’ll mark as resolved but feel free to reply if you still have any issue.
Best regards
Forum: Plugins
In reply to: [HubSpot All-In-One Marketing - Forms, Popups, Live Chat] Security IssueHi @antoinelechenault, thanks for your message
yes, we can have this updated by our next release
Thanks!
You’ll able to add the data attribute by doing the following
Go to Tools > Plugin File Editor
Select HubSpot All-In-One Marketing – Forms, Popups, Live ChatAt the right side select the file leadin/src/class-pagehooks.php
At the constructor add
add_filter( 'script_loader_tag', array( $this, 'add_ignore_cookie_consent' ), 10, 2 );and then below the method
/** * Add the data attribute to forms script * * @param String $tag tag name. * @param String $handle handle. */ public function add_ignore_cookie_consent( $tag, $handle ) { if ( 'leadin-forms-v2' !== $handle ) return $tag; return str_replace( ' src', ' data-cookieconsent=ignore" src', $tag ); }We gonna evaluate if this is something we should add to our code.
Best regards
Nice to hear that the issue was fixed
I’ll mark this as resolved. Feel free to re-open if needed.
If you have a moment to spare would mean a lot to us if you could leave a review.
Hi @torahboy and @freyfares are you still facing this issue?
Best regards
Hi @wiktorjurek are you still facing this issue?
Best regards
Hi! We haven’t heard from you in a while, I’ll mark as resolved but feel free to reply if you still have any issue.
Best regards
Hi @cmarritt, sorry for the late reply
Could you forward your previous solution strategy to wordpress-support-groups@hubspot.com so we can consider how to make a definitive solution?
Best regards
Hi @freyfares, Thanks for reaching out
Could you send me a HAR file while you try to sign in at wordpress-support-groups@hubspot.com? here is how to get it on chrome https://support.google.com/admanager/answer/10358597?hl=en
Best regards
Thanks @wiktorjurek ! just mention this thread and we should be fine