<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi folks!<br>
    <br>
    I have just seen this one too.<br>
    You need to add 1 item to the "Content-Security-Policy" header that
    is set in either<br>
    <tt>    /etc/httpd/conf.d/zendto-ssl.conf</tt><br>
    or<br>
    <tt>    /etc/apache2/sites-enabled/001-zendto-ssl.conf</tt><br>
    depending on whether you are running on an RedHat-derived (rpm)
    system or a Debian/Ubuntu-derives (apt) system.<br>
    <br>
    Look in there for the very long line that starts with<br>
    <tt>    Header set Content-Security-Policy</tt><br>
    <br>
    The last section (sections are separated by a semi-colon ";") should
    be about 'frame-src'.<br>
    Add to the very end (but inside the double quotes) this:<br>
    <tt>    <a class="moz-txt-link-freetext" href="https://www.recaptcha.net">https://www.recaptcha.net</a></tt><br>
    <br>
    So the whole line should now look like this:<br>
    <tt>  Header set Content-Security-Policy "default-src 'none';
      script-src 'self' 'unsafe-inline' <a class="moz-txt-link-freetext" href="https://www.google.com">https://www.google.com</a>
      <a class="moz-txt-link-freetext" href="https://www.gstatic.com">https://www.gstatic.com</a> <a class="moz-txt-link-freetext" href="https://www.recaptcha.net">https://www.recaptcha.net</a>; connect-src
      'self' 'unsafe-inline'; img-src data: *; font-src 'self'
      'unsafe-inline'  <a class="moz-txt-link-freetext" href="https://fonts.googleapis.com">https://fonts.googleapis.com</a>
      <a class="moz-txt-link-freetext" href="https://fonts.gstatic.com">https://fonts.gstatic.com</a>; style-src 'self' 'unsafe-inline'
      <a class="moz-txt-link-freetext" href="https://fonts.googleapis.com">https://fonts.googleapis.com</a>; frame-src 'self' 'unsafe-inline'
      <a class="moz-txt-link-freetext" href="https://www.google.com">https://www.google.com</a> <a class="moz-txt-link-freetext" href="https://www.gstatic.com">https://www.gstatic.com</a>
      <a class="moz-txt-link-freetext" href="https://www.recaptcha.net">https://www.recaptcha.net</a>"</tt><br>
    <br>
    Now<br>
    <tt>    sudo systemctl reload httpd</tt><br>
    or<br>
    <tt>    sudo systemctl reload apache2</tt><br>
    <br>
    and you should find the captcha works again.<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On Thu 22/04/21 17:43, Travis Zimmerman
      via ZendTo wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:WM!bf970324c2fb8183119c79815b72bad78bca0fdcb0117d41e6ccfa1200ec43d0065c0e86290432a97adcb9215475c9f4!@mx.jul.es">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      Our captcha stopped working this morning. It doesn’t appear to be
      displaying anything from captcha.
      <div class="">Captcha: Google v2</div>
      <div class="">Zendto Ver: 6.07-1</div>
      <div class="">OS: RHEL 7.9</div>
      <div class="">Any suggestions would be appreciated.</div>
      <div class=""><br class="">
      </div>
      <div class="">
        <div class="">
          <div style="color: rgb(0, 0, 0); letter-spacing: normal;
            text-align: start; text-indent: 0px; text-transform: none;
            white-space: normal; word-spacing: 0px;
            -webkit-text-stroke-width: 0px; word-wrap: break-word;
            -webkit-nbsp-mode: space; -webkit-line-break:
            after-white-space;" class="">
            <div style="orphans: 2; widows: 2;" class="">------------------------------------------------------</div>
            <div style="orphans: 2; widows: 2;" class="">Travis
              Zimmerman<span class="Apple-tab-span" style="white-space: pre;">
</span><a href="mailto:tzimmerman@fsu.edu" class="moz-txt-link-freetext"
                moz-do-not-send="true">tzimmerman@fsu.edu</a><span class="Apple-tab-span" style="white-space: pre;">
</span>850-645-8030</div>
            <div style="orphans: 2; widows: 2;" class="">
              <div class="">Linux Enterprise Applications & Systems<span class="Apple-tab-span" style="white-space: pre;">
</span><a href="mailto:its-linuxadmins@fsu.edu"
                  class="moz-txt-link-freetext" moz-do-not-send="true">its-linuxadmins@fsu.edu</a></div>
              <div class="">Information Technology Services, Florida
                State University</div>
            </div>
          </div>
        </div>
        <br class="">
      </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

'Remember me when I am gone away,
 Gone far away into the silent land;
 When you can no more hold me by the hand,
 Nor I half turn to go yet turning stay.
 Remember me when no more day by day
 You tell me of our future that you planned:
 Only remember me; you understand
 It will be late to counsel then or pray.
 Yet if you should forget me for a while
 And afterwards remember, do not grieve:
 For if the darkness and corruption leave
 A vestige of the thoughts that once I had,
 Better by far you should forget and smile
 Than that you should remember and be sad.'
    - Christina Rossetti

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </body>
</html>