<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.gmail-start-tag
        {mso-style-name:gmail-start-tag;}
span.gmail-attribute-name
        {mso-style-name:gmail-attribute-name;}
span.error
        {mso-style-name:error;}
span.end-tag
        {mso-style-name:end-tag;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle25
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">I get a 404 error from hereā€¦ California, US<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-left:.5in"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> ZendTo <zendto-bounces@zend.to>
<b>On Behalf Of </b>Jules via ZendTo<br>
<b>Sent:</b> Friday, May 8, 2020 1:37 AM<br>
<b>To:</b> ZendTo Users <zendto@zend.to><br>
<b>Cc:</b> Jules <Jules@Zend.To><br>
<b>Subject:</b> Re: [ZendTo] ReCaptcha not showing<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
Can you browse to<br>
    <a href="https://www.recaptcha.net">https://www.recaptcha.net</a><br>
okay from a web browser?<br>
<br>
If so, the thing to check is your<br>
<tt><span style="font-size:10.0pt">    /etc/httpd/conf.d/zendto-ssl.conf</span></tt><br>
or<br>
<tt><span style="font-size:10.0pt">    /etc/apache2/sites-available/001-zendto-ssl.conf</span></tt><br>
file.<br>
<br>
In that file, look for this setting:<br>
<tt><span style="font-size:10.0pt">    Header set Content-Security-Policy</span></tt><br>
If that setting does not include recaptcha.net at all, then replace that line with this line:<br>
<tt><span style="font-size:10.0pt">  Header set Content-Security-Policy "default-src 'none'; script-src 'self' 'unsafe-inline'
<a href="https://www.google.com">https://www.google.com</a> <a href="https://www.gstatic.com">
https://www.gstatic.com</a> <a href="https://www.recaptcha.net">https://www.recaptcha.net</a>; connect-src 'self' 'unsafe-inline'; img-src * ; font-src 'self' 'unsafe-inline' 
<a href="https://fonts.googleapis.com">https://fonts.googleapis.com</a> <a href="https://fonts.gstatic.com">
https://fonts.gstatic.com</a>; style-src 'self' 'unsafe-inline' <a href="https://fonts.googleapis.com">
https://fonts.googleapis.com</a>; frame-src 'self' 'unsafe-inline' <a href="https://www.google.com">
https://www.google.com</a> <a href="https://www.gstatic.com">https://www.gstatic.com</a>"</span></tt><br>
<br>
Then restart Apache with<br>
<tt><span style="font-size:10.0pt">    systemctl restart httpd</span></tt><br>
or<br>
<tt><span style="font-size:10.0pt">    systemctl restart apache2</span></tt><br>
<br>
Let me know if that fixes it for you.<br>
<br>
Cheers,<br>
Jules.<o:p></o:p></p>
<div>
<p class="MsoNormal" style="margin-left:.5in">On 08/05/2020 00:03, Chris Venter via ZendTo wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Hi<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">After upgrading to the latest version I noticed that the Re-captcha was not showing (Using V2 Checkbox), after digging around in the page source I noticed that the site is now using <<span class="gmail-start-tag">script</span>
<span class="gmail-attribute-name">src</span>="<a href="https://www.recaptcha.net/recaptcha/api.js?hl=en-GB">https://www.recaptcha.net/recaptcha/api.js?hl=en-GB</a><span class="error">&</span>onload=onloadCallback<span class="error">&</span>render=explicit"
<span class="gmail-attribute-name">async</span> <span class="gmail-attribute-name">
defer</span>></<span class="end-tag">script</span>> changing this back to <<span class="gmail-start-tag">script</span>
<span class="gmail-attribute-name">src</span>="<a href="https://www.google.com/recaptcha/api.js?hl=en-GB">https://www.google.com/recaptcha/api.js?hl=en-GB</a><span class="error">&</span>onload=onloadCallback<span class="error">&</span>render=explicit"
<span class="gmail-attribute-name">async</span> <span class="gmail-attribute-name">
defer</span>></<span class="end-tag">script</span>> fixed the issue.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">I know that using the <a href="http://recaptcha.net">
recaptcha.net</a> has something to do with global use and allowing recaptcha in countries where
<a href="http://google.com">google.com</a> is not accessible, I think, but as I do not know too much about google captcha could this be a setting I have wrong on the google side of things I was looking in the admin console and there does not seem to be too
 many settings though?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Thanks for the great product any help would be appreciated,
<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Regards<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Chris <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:.5in"><br>
<br>
<o:p></o:p></p>
<pre style="margin-left:.5in">_______________________________________________<o:p></o:p></pre>
<pre style="margin-left:.5in">ZendTo mailing list<o:p></o:p></pre>
<pre style="margin-left:.5in"><a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><o:p></o:p></pre>
<pre style="margin-left:.5in"><a href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal" style="margin-left:.5in"><br>
<br>
<o:p></o:p></p>
<pre style="margin-left:.5in">Jules<o:p></o:p></pre>
<pre style="margin-left:.5in"><o:p> </o:p></pre>
<pre style="margin-left:.5in">-- <o:p></o:p></pre>
<pre style="margin-left:.5in">Julian Field MEng CEng CITP MBCS MIEEE MACM<o:p></o:p></pre>
<pre style="margin-left:.5in"><o:p> </o:p></pre>
<pre style="margin-left:.5in">'What happened in the past that was painful, has a great deal to<o:p></o:p></pre>
<pre style="margin-left:.5in"> do with what we are today.' - William Glasser<o:p></o:p></pre>
<pre style="margin-left:.5in"><o:p> </o:p></pre>
<pre style="margin-left:.5in"><a href="http://www.Zend.To">www.Zend.To</a><o:p></o:p></pre>
<pre style="margin-left:.5in">Twitter: @JulesFM<o:p></o:p></pre>
</div>
</body>
</html>