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
external CSS and fonts don't work in image mode so needs an embedded fallback for that
because github sets CSP default-src: 'none' and no style-src, even internal <style> blocks don't work with uploaded, although it ought work if the <img> links to the mergebot, then again is linking to the SVG really useful vs linking to the actual page? Probably not.
image-svg are completely uninteractive, notably links don't work
size of SVG is a bit of a pain in the black art
github caches linked images, caching policy (and possibly how it respects cache headers) has not been determined, although it definitely doesn't seem to care about a query string
alt img src seems to work with svgs?
Maybe dupe the state table from #771?
After some experimentations:
default-src: 'none'
and nostyle-src
, even internal<style>
blocks don't work with uploaded, although it ought work if the<img>
links to the mergebot, then again is linking to the SVG really useful vs linking to the actual page? Probably not.Demo with odoo/odoo#110369 (https://mergebot.odoo.com/odoo/odoo/pull/110369):
actual link:
edit: looks like the cache configuration is such that after taking the dev server down github just removes the entire thing, noice
The text was updated successfully, but these errors were encountered: