MediaProxy omits inline imaged without explicit scheme #900
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#900
Loading…
Add table
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?
Your setup
From source
Version
3.15.1-1 (
522a168a
)What is wrong?
Inline images without an explicit URL scheme will not be proxied even with media proxy enabled.
If media proxy was enabled with the goal of improving the anonymity of local users, the resulting IP leak is undesireable.
Example: https://cofe.rocks/notice/AsvC1Xh4OJQB7z3AcC
This is probably a consequence of #860 although I’m not sure if it was proxied successfully before or just errored out (if the
redirect_on_failure
default value was explicitly overriden totrue
, it would have leaked the IP even before, but in the default config this shouldn’t have happened previously)Possible fix
without explicit scheme just assume HTTPS and attempt proxying
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?