<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
That's okay, the site is working and resolving. I don't think it has
a "home" page as such.<br>
<br>
Did you find a Content-Security-Policy header set in your Apache
config?<br>
<br>
<div class="moz-cite-prefix">On 08/05/2020 17:01, Scott Silva via
ZendTo wrote:<br>
</div>
<blockquote type="cite"
cite="mid:WM!7de8d77d9a13fa405ccd042fa0b573c38a023d7fdfbf27204d54c09639942f6d1ca8cb5f9bec0d21c1a55d74cc5f1865!@mx.jul.es">
<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]-->
<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 <a class="moz-txt-link-rfc2396E" href="mailto:zendto-bounces@zend.to"><zendto-bounces@zend.to></a>
<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 <a class="moz-txt-link-rfc2396E" href="mailto:zendto@zend.to"><zendto@zend.to></a><br>
<b>Cc:</b> Jules <a class="moz-txt-link-rfc2396E" href="mailto:Jules@Zend.To"><Jules@Zend.To></a><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"
moz-do-not-send="true">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" moz-do-not-send="true">https://www.google.com</a>
<a href="https://www.gstatic.com" moz-do-not-send="true">
https://www.gstatic.com</a> <a
href="https://www.recaptcha.net" moz-do-not-send="true">https://www.recaptcha.net</a>;
connect-src 'self' 'unsafe-inline'; img-src * ; font-src
'self' 'unsafe-inline'
<a href="https://fonts.googleapis.com"
moz-do-not-send="true">https://fonts.googleapis.com</a>
<a href="https://fonts.gstatic.com" moz-do-not-send="true">
https://fonts.gstatic.com</a>; style-src 'self'
'unsafe-inline' <a href="https://fonts.googleapis.com"
moz-do-not-send="true">
https://fonts.googleapis.com</a>; frame-src 'self'
'unsafe-inline' <a href="https://www.google.com"
moz-do-not-send="true">
https://www.google.com</a> <a
href="https://www.gstatic.com" moz-do-not-send="true">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"
moz-do-not-send="true">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"
moz-do-not-send="true">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"
moz-do-not-send="true">
recaptcha.net</a> has something to do with global use
and allowing recaptcha in countries where
<a href="http://google.com" moz-do-not-send="true">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" moz-do-not-send="true">ZendTo@zend.to</a><o:p></o:p></pre>
<pre style="margin-left:.5in"><a href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">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" moz-do-not-send="true">www.Zend.To</a><o:p></o:p></pre>
<pre style="margin-left:.5in">Twitter: @JulesFM<o:p></o:p></pre>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng CEng CITP MBCS MIEEE MACM
'Probability factor of one to one. We have normality. I repeat, we
have normality. Anything you still can't cope with is therefore
your own problem.' - Trillian, The Hitch Hikers Guide to the Galaxy
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
</body>
</html>