Data url: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 March 2026

14 December 2025

19 August 2025

18 August 2025

2 July 2025

9 June 2025

  • curprev 19:0719:07, 9 June 2025Helpful talk contribs 1,937 bytes +1,937 Created page with " <!-- Documentation may mention: data:[<media-type>][;base64],<data> Such as: data:image/jpeg;base64,/9j/4AAQSkZJRgABAQ…9oADAMBAAIRAxEAPwD/AD/6AP/Z If it does not have ;base64, it is URL-encoded (percent-encoded), e.g. However, this does not explain some of the other real-world details -- or how to parse it. data:text/javascript,alert%28%22foo%22%29 import urllib.parse, base64 def parse_data_url(url): if not url.startswith('data:'): ra..."