Y
Hacker News
new
|
ask
|
show
|
jobs
by
eyelidlessness
1347 days ago
I think you can safely embed data URLs because they’re known to be static. What you can’t generally do is trigger a network waterfall or dynamic evaluation from an img tag’s SVG resource.
1 comments
aidos
1347 days ago
Gotcha. When thinking of embedded fonts, my mind goes straight to totally embedded with data-uris (which would have worked around OPs issue above).
link