Skip to content

Don't mangle file: URIs for local HTML files

Shaun McCance requested to merge issue158 into master

We do weird things to URIs to make WebKit happy. But if we're just looking at a local HTML file with a file: URI, WebKit is perfectly happy with the URI just the way it is. I hope.

Merge request reports