I downloaded the code and changed the supported version by adding 43.rc to metadata.json
and removed the next line from extention.js
Soup.Session.prototype.add_feature.call(this.httpSession, new Soup.ProxyResolverDefault()); // unclear if this is necessary
Hi,
I downloaded the code and changed the supported version by adding 43.rc to metadata.json
and removed the next line from extention.js Soup.Session.prototype.add_feature.call(this.httpSession, new Soup.ProxyResolverDefault()); // unclear if this is necessary
and it works fine :)