Skip to content

Use LoadOptions in AllowedUrl::from_href

Lars Schmertmann requested to merge SmallLars/librsvg:step1 into master

LoadOptions contains the base_url. Using LoadOptions allows us to consider additional information like values from a loading policy in a future commit without adding an additional parameter to AllowedUrl::from_href.

Merge request reports