1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

CSP: Firefox bans default SVG styles

Firefox has a bug for 2 years

https://bugzilla.mozilla.org/show_bug.cgi?id=1262842

where a strict content-security-policy that is correctly followed
wrongly also defeats inline style inside SVG.

Apply the workaround told by the GIMP guys on the bug to convert
SVG styles to XML at export.
This commit is contained in:
Andy Green 2018-08-25 06:06:27 +08:00
parent 9ad08ec9c1
commit 25e5a58a02

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 37 KiB