Skip to content
Commit 6419bef0 authored by Jeffrey Licht's avatar Jeffrey Licht
Browse files

Don't try to replace resource links that weren't downloaded

This prevents us from mangling HTML or script that looks like a
reference to a resource, but actually is not one. For example, a
javascript function defined as:

function url(link) { ... }

which our regex approach to parsing CSS thinks is a resource reference
parent 235755a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment