Stop Chrome from turning my relative links to absolute links when using 'Save File As...'

Viewed 60

Quite simply: I am outputting an html file from a cgi program that uses internal anchors relative to the same document. I wish users to be able to save this file from my url an use that file locally. Which is exactly what you would expect and get from a relative URL, and works in Firefox and IE.

However Chrome is 'filling out' all the relative links in the saved document with the absolute URL from my website location without being asked to.

How can I suppress this behaviour?

0 Answers
Related