Open
Description
When we rewrite resource URLs in pages or diffs to load things from archive.org instead of the live web, we currently always ask for unaltered (id_
) versions of the resources:
web-monitoring-ui/src/scripts/html-transforms.js
Lines 121 to 157 in 790e2a6
web-monitoring-ui/src/scripts/html-transforms.js
Lines 184 to 191 in 790e2a6
Instead, we should ask for the appropriate mode based on how we’re using the resource: js_
for scripts, cs_
for stylesheets, and im_
for images. We should only fall back to id_
in cases where we don’t know what type to use.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog