You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #45376 [Mime] Fix embed logic for background attributes (flack)
This PR was submitted for the 4.4 branch but it was squashed and merged into the 6.1 branch instead.
Discussion
----------
[Mime] Fix embed logic for background attributes
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#42921
| License | MIT
| Doc PR |
As suggested by @fabpot here #43255 (comment), this is the most minimal fix for the linked issue. I guess the same problem can happen if you use e.g.
```html
<div style="background-image:url(cid:test.gif)"></div>
```
I have changed it so that there is now an array of regexes to look for embedded images, so at least code for the `background-image` case (or others that might be found later on) can easily be added.
Commits
-------
d4a87d2 [Mime] Fix embed logic for background attributes
0 commit comments