forwardemail/forwardemail.net

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

aminjam opened this issue · 1 comments

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

  • I have searched through GitHub issues for similar issues.
  • I have completely read through the README and documentation.
  • I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.

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 059d240. Thank you! 🙏