CSP changes broke style attribute on TOS & instance panel [bug] #286
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#286
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?
Version
3.6.0
CSP changes now break using the
style
attribute completely interms-of-service.html
andpanel.html
(and likely elsewhere).So if you have an image and want to do
<img src="blah.png" style="height: 20px">
you can't do so.I was able to review the commits to work around this limitation but it seems like bad behavior and broke several instances' TOS pages.
Per the console it might also be breaking animation.css and fontello.css ("not a supported MIME type") but I dont know what the ramifications for that are
CSP changes broke style attribute on TOS [bug]to CSP changes broke style attribute on TOS & instance panel [bug]