Image from reminder emails does not load #898

Closed
opened 2021-06-24 23:51:02 +00:00 by SteveDinn · 5 comments

When I view the reminder emails in Gmail, the logo image does not load. I'm not sure what's causing this, because I can see the URL for the image in the email, and when extracted, the image loads properly in a browser.

When I view the reminder emails in Gmail, the logo image does not load. I'm not sure what's causing this, because I can see the URL for the image in the email, and when extracted, the image loads properly in a browser.
Owner

Maybe your browser or email software blocks images from third party domains? Maybe you configured CORS headers for your Vikunja instance?

Maybe the browser console has more details.

Maybe your browser or email software blocks images from third party domains? Maybe you configured CORS headers for your Vikunja instance? Maybe the browser console has more details.
Author

My email software is Chrome-Stable + Gmail.

I do have some security-related headers in my reverse proxy configuration that might be involved here. I'm not a web guy though...I copied these off StackExchange :)

  Strict-Transport-Security max-age=31536000;includeSubDomains
  Content-Security-Policy "script-src 'self'"
  Content-Security-Policy "default-srv https:"
  X-Frame-Options SAMEORIGIN
  X-Content-Type-Options nosniff
  Referrer-Policy same-origin
My email software is Chrome-Stable + Gmail. I do have some security-related headers in my reverse proxy configuration that might be involved here. I'm not a web guy though...I copied these off StackExchange :) ``` Strict-Transport-Security max-age=31536000;includeSubDomains Content-Security-Policy "script-src 'self'" Content-Security-Policy "default-srv https:" X-Frame-Options SAMEORIGIN X-Content-Type-Options nosniff Referrer-Policy same-origin ```
Owner

If the browser blocks loading the image there should be something in the browser console about that. Could you check? (ctrl + shift + I and then "Console")
The Content-Security-Policy "default-srv https:" could be the issue here.

If the browser blocks loading the image there should be something in the browser console about that. Could you check? (`ctrl + shift + I` and then "Console") The `Content-Security-Policy "default-srv https:"` could be the issue here.
konrad added the
kind/bug
needs reproduction
labels 2021-07-07 11:54:25 +00:00
Owner

I'm closing this due to inactivity. If it is still relevant and reproducable with the latest unstable version, please feel free to reopen with steps to reproduce.

I'm closing this due to inactivity. If it is still relevant and reproducable with the latest unstable version, please feel free to reopen with steps to reproduce.
Author

It's still happening, but i don't know how to go about figuring out whether its Vikunja (I'm doubting this now) or Gmail, or my browser or my reverse proxy doing something weird. I can't tell.

It's still happening, but i don't know how to go about figuring out whether its Vikunja (I'm doubting this now) or Gmail, or my browser or my reverse proxy doing something weird. I can't tell.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#898
No description provided.