Skip to content

Commit a65d0ba

Browse files
committed
Replacing libssh.org (automatically redirecting to HTTPS) with www.senate.gov (not redirecting) for testing URL rewrites
1 parent 4eafe29 commit a65d0ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/firefox/test/test-httpse-installed.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ exports["test httpse potentiallyApplicableRulesets"] = function(assert) {
2323

2424
exports["test sample ruleset"] = function(assert, done) {
2525
tabs.open({
26-
url: "http://libssh.org/robots.txt",
26+
url: "http://www.senate.gov/robots.txt",
2727
onOpen: function(tab) {
2828
tab.on('load', function(tab) {
29-
assert.equal(tab.url, "https://libssh.org/robots.txt",
30-
"Test that LibSSH URLs are rewritten to HTTPS.");
29+
assert.equal(tab.url, "https://www.senate.gov/robots.txt",
30+
"Test that Senate URLs are rewritten to HTTPS.");
3131
tab.close();
3232
done();
3333
});

0 commit comments

Comments
 (0)