* (
bug 26537) ExtensionDistributor download fix for Opera
Download was being triggered with an HTTP "Refresh" header in the format:
Refresh: 5;
http://example.com/tarballs/foo.tgz
This worked fine in Firefox, but Opera was not picking up the target URL, and ended up refreshing the current page instead.
Turns out there's actually supposed to be a "url=" in front of the URL; with that added, Opera picks it up fine now:
Refresh: 5;url=
http://example.com/tarballs/foo.tgz