flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
141 stars 93 forks source link

Reimplement support for data URIs #563

Closed TingPing closed 1 year ago

TingPing commented 1 year ago

With the move from libsoup libcurl doesn't handle data URIs.

So this imports the code from libsoup which isn't overly complex.