mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #464] Passing session cookie to iframe loaded via /view may be a problem in some browsers. #301
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @baiomys on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/464
Hi.
Opera mini for example does not accept cookies even from parent page.
Not completely sure that it is impossible to overcome somehow (tried domain and SameSite) , but implementing sort of embed=1 for cookies (at least for session IDs/tokens) should be handy.
UPD: It seems that opera mini has a bug in interpreting path cookie attribute, sorry for confusion.