[TODO] replace our Plugs.StaticNoC with upstream Plug.Static #734
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 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#734
Loading…
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?
Upstream merged the
Content-Type
opt-out from our vendoredStaticNoC
version; with plug’s next release we can thus move back to upstream.Instead of a separate
set_content_type
option, it’s now part of the existingcontent_type
mapping as the special valuefalse
.If plug sticks to what appears to be their usual schedule of one minor release each year (often in October) followed by a few patch releases (which sometimes contain new additions) in the first couple months after, we might need to wait a while for 1.16.0. If we’re lucky we get a 1.15.4 with the setting earlier.