Skip to content

Commit

Permalink
Changed default diff tool URI to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
halindrome committed Jun 7, 2016
1 parent 1415922 commit d4d396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/save-html.js
Expand Up @@ -42,7 +42,7 @@ define(
return {
show: function (ui, _conf, _doc) {
doc = _doc, conf = _conf;
if (!conf.diffTool) conf.diffTool = "http://www5.aptest.com/standards/htmldiff/htmldiff.pl";
if (!conf.diffTool) conf.diffTool = "https://www5.aptest.com/standards/htmldiff/htmldiff.pl";
var supportsDownload = Object
.getOwnPropertyNames(HTMLAnchorElement.prototype)
.indexOf("download") > -1
Expand Down

0 comments on commit d4d396f

Please sign in to comment.