website icon indicating copy to clipboard operation
website copied to clipboard

Donate checkout button fails on Firefox 79

Open mceachen opened this issue 5 years ago • 3 comments

Steps to reproduce:

  1. Use Firefox 79.0 (I'm on Ubuntu, but OS shouldn't matter)

  2. Navigate to https://letsencrypt.org/donate/

  3. Pick an option (I picked $50)

  4. Click the CHECKOUT button in the bottom right

  5. Notice there isn't a popup, and console complains:

Invalid X-Frame-Options header was found when loading “https://donorbox.org/embed/support-lets-encrypt?recurring=true&hide_donation_meter=true&language=&a=b”: “ALLOWALL” is not a valid directive.

mceachen avatar Aug 02 '20 19:08 mceachen

image

The invalid X-Frame-Options is still present. The possibles values are "DENY" or "SAMEORIGIN" : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

This header should be removed. @jsha do you have contact with Donorbox, as it's at their end?

tdelmas avatar Nov 01 '21 13:11 tdelmas

@SarahGran is reaching out. Thanks for reporting!

jsha avatar Nov 01 '21 19:11 jsha

I was able to successfully complete a donation through Donorbox in Firefox (v94.0.1). @mceachen were you unable to complete a donation when you attempted to do so?

SarahGran avatar Nov 09 '21 22:11 SarahGran