forwardemail / forwardemail.net

Privacy-focused encrypted email for everyone. All-in-one alternative to Gmail + Mailchimp + Sendgrid.
https://forwardemail.net
Other
884 stars 117 forks source link

[fix] Resolve Cross-Origin requests to play.google.com #196

Closed aminjam closed 1 year ago

aminjam commented 1 year ago

Describe the bug

Node.js version: N/A OS version: Linux

Description: Aliases page attempts to continuously (every few seconds) do a POST to play.google.com. I have observed the following request.

POST https://play.google.com/log?format=json&hasfast=true&authuser=0

Actual behavior

Cross-Origin requests are being made without the user's consent.

Expected behavior

No need to make Cross-Origin request when trying to view aliases.

Code to reproduce

Checklist

titanism commented 1 year ago

This has been fixed and almost finished deploying to https://forwardemail.net. Please try again in ~5 minutes. A modal was accidentally included that was not essential. This has increased performance site-wide now. See https://github.com/forwardemail/forwardemail.net/commit/059d240e8bfd24b6d7e7d1534220b74bf0a1e439. Thank you! 🙏