Disable service worker fetch cache for media proxy #3561
No reviewers
Labels
No labels
BE Request
Backlog
Better behavior
Blocked by deps
Bug
Code Review
Discussion
Doing
Feature Request / Enhancement
In the shining bright future maybe
It's complicated
MS Edge
Mememoon (or other niche browsers)
Missing API
Missing feature
Missing l10n/i18n
NL1
NL2
NL4
Need to verify on develop
RELEASE BLOCKER
Reassign or Close
Refactor
Regression
Safari
To Do
User story
Waiting on godot
accessibility
better documentation
chore
confirmed
easy ticket
incident
l10n update
mastoapi
mobile
needs design
needs-info
needs-review
stupid
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
pleroma/pleroma-fe!3561
Loading…
Reference in a new issue
No description provided.
Delete branch "iamtakingiteasy/pleroma-fe:fix-media-proxy-sw-cache"
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?
Checklist
changelog.ddirectory, create a file named<code>.<type>.Currently service worker excludes from cache /media/ endpoints, but not /proxy/ ones, which if cached may never be allowed to recover from remote/rate-limit errors. The intent seem to be to not cache local uploads or any remote content, so this MR removes /proxy/ endpoints from cache alongside the /media/ ones.
8eea05314a5ee45a97fbFixed linter issue