<div dir="ltr"><div dir="ltr"><div>Hi Jules</div><div><br></div><div>Changes made to Content-Security-Policy as suggested and all working fine now after changing back to <a href="http://recaptcha.net">recaptcha.net</a>.</div><div><br></div><div>Thanks for the fast reply.</div><div><br></div><div>Cheers<br></div><div>Chris <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 8 May 2020 at 18:09, Jules via ZendTo <<a href="mailto:zendto@zend.to">zendto@zend.to</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    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>On 08/05/2020 17:01, Scott Silva via
      ZendTo wrote:<br>
    </div>
    <blockquote type="cite">
      
      
      
      <div>
        <p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">I
            get a 404 error from here… California, US<u></u><u></u></span></p>
        <p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
        <p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
        <div>
          <div style="border-color:rgb(225,225,225) currentcolor currentcolor;border-style:solid none none;border-width:1pt medium medium;padding:3pt 0in 0in">
            <p class="MsoNormal" style="margin-left:0.5in"><b><span style="font-size:11pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11pt;font-family:"Calibri",sans-serif">
                ZendTo <a href="mailto:zendto-bounces@zend.to" target="_blank"><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 href="mailto:zendto@zend.to" target="_blank"><zendto@zend.to></a><br>
                <b>Cc:</b> Jules <a href="mailto:Jules@Zend.To" target="_blank"><Jules@Zend.To></a><br>
                <b>Subject:</b> Re: [ZendTo] ReCaptcha not showing<u></u><u></u></span></p>
          </div>
        </div>
        <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
        <p class="MsoNormal" style="margin-right:0in;margin-bottom:12pt;margin-left:0.5in">Can
          you browse to<br>
              <a href="https://www.recaptcha.net" target="_blank">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:10pt">   
              /etc/httpd/conf.d/zendto-ssl.conf</span></tt><br>
          or<br>
          <tt><span style="font-size:10pt">   
              /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:10pt">    Header set
              Content-Security-Policy</span></tt><br>
          If that setting does not include <a href="http://recaptcha.net" target="_blank">recaptcha.net</a> at all, then
          replace that line with this line:<br>
          <tt><span style="font-size:10pt">  Header set
              Content-Security-Policy "default-src 'none'; script-src
              'self' 'unsafe-inline'
              <a href="https://www.google.com" target="_blank">https://www.google.com</a>
              <a href="https://www.gstatic.com" target="_blank">
                https://www.gstatic.com</a> <a href="https://www.recaptcha.net" target="_blank">https://www.recaptcha.net</a>;
              connect-src 'self' 'unsafe-inline'; img-src * ; font-src
              'self' 'unsafe-inline' 
              <a href="https://fonts.googleapis.com" target="_blank">https://fonts.googleapis.com</a>
              <a href="https://fonts.gstatic.com" target="_blank">
                https://fonts.gstatic.com</a>; style-src 'self'
              'unsafe-inline' <a href="https://fonts.googleapis.com" target="_blank">
                https://fonts.googleapis.com</a>; frame-src 'self'
              'unsafe-inline' <a href="https://www.google.com" target="_blank">
                https://www.google.com</a> <a href="https://www.gstatic.com" target="_blank">https://www.gstatic.com</a>"</span></tt><br>
          <br>
          Then restart Apache with<br>
          <tt><span style="font-size:10pt">    systemctl restart httpd</span></tt><br>
          or<br>
          <tt><span style="font-size:10pt">    systemctl restart
              apache2</span></tt><br>
          <br>
          Let me know if that fixes it for you.<br>
          <br>
          Cheers,<br>
          Jules.<u></u><u></u></p>
        <div>
          <p class="MsoNormal" style="margin-left:0.5in">On 08/05/2020
            00:03, Chris Venter via ZendTo wrote:<u></u><u></u></p>
        </div>
        <blockquote style="margin-top:5pt;margin-bottom:5pt">
          <div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in">Hi<u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.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>script</span>
                <span>src</span>="<a href="https://www.recaptcha.net/recaptcha/api.js?hl=en-GB" target="_blank">https://www.recaptcha.net/recaptcha/api.js?hl=en-GB</a><span>&</span>onload=onloadCallback<span>&</span>render=explicit"
                <span>async</span> <span>
                  defer</span>></<span>script</span>>
                changing this back to <<span>script</span>
                <span>src</span>="<a href="https://www.google.com/recaptcha/api.js?hl=en-GB" target="_blank">https://www.google.com/recaptcha/api.js?hl=en-GB</a><span>&</span>onload=onloadCallback<span>&</span>render=explicit"
                <span>async</span> <span>
                  defer</span>></<span>script</span>>
                fixed the issue.<u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in">I know that
                using the <a href="http://recaptcha.net" target="_blank">
                  recaptcha.net</a> has something to do with global use
                and allowing recaptcha in countries where
                <a href="http://google.com" target="_blank">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?<u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in">Thanks for
                the great product any help would be appreciated,
                <u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in">Regards<u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in">Chris <u></u><u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-left:0.5in"><u></u> <u></u></p>
            </div>
          </div>
          <p class="MsoNormal" style="margin-left:0.5in"><br>
            <br>
            <u></u><u></u></p>
          <pre style="margin-left:0.5in">_______________________________________________<u></u><u></u></pre>
          <pre style="margin-left:0.5in">ZendTo mailing list<u></u><u></u></pre>
          <pre style="margin-left:0.5in"><a href="mailto:ZendTo@zend.to" target="_blank">ZendTo@zend.to</a><u></u><u></u></pre>
          <pre style="margin-left:0.5in"><a href="http://jul.es/mailman/listinfo/zendto" target="_blank">http://jul.es/mailman/listinfo/zendto</a><u></u><u></u></pre>
        </blockquote>
        <p class="MsoNormal" style="margin-left:0.5in"><br>
          <br>
          <u></u><u></u></p>
        <pre style="margin-left:0.5in">Jules<u></u><u></u></pre>
        <pre style="margin-left:0.5in"><u></u> <u></u></pre>
        <pre style="margin-left:0.5in">-- <u></u><u></u></pre>
        <pre style="margin-left:0.5in">Julian Field MEng CEng CITP MBCS MIEEE MACM<u></u><u></u></pre>
        <pre style="margin-left:0.5in"><u></u> <u></u></pre>
        <pre style="margin-left:0.5in">'What happened in the past that was painful, has a great deal to<u></u><u></u></pre>
        <pre style="margin-left:0.5in"> do with what we are today.' - William Glasser<u></u><u></u></pre>
        <pre style="margin-left:0.5in"><u></u> <u></u></pre>
        <pre style="margin-left:0.5in"><a href="http://www.Zend.To" target="_blank">www.Zend.To</a><u></u><u></u></pre>
        <pre style="margin-left:0.5in">Twitter: @JulesFM<u></u><u></u></pre>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
ZendTo mailing list
<a href="mailto:ZendTo@zend.to" target="_blank">ZendTo@zend.to</a>
<a href="http://jul.es/mailman/listinfo/zendto" target="_blank">http://jul.es/mailman/listinfo/zendto</a>
</pre>
    </blockquote>
    <br>
    <pre 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 href="http://www.Zend.To" target="_blank">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </div>

_______________________________________________<br>
ZendTo mailing list<br>
<a href="mailto:ZendTo@zend.to" target="_blank">ZendTo@zend.to</a><br>
<a href="http://jul.es/mailman/listinfo/zendto" rel="noreferrer" target="_blank">http://jul.es/mailman/listinfo/zendto</a><br>
</blockquote></div></div>