We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a55f6 commit dd853b1Copy full SHA for dd853b1
1 file changed
https-everywhere-tests/test/test-httpse-installed.js
@@ -26,7 +26,7 @@ exports["test sample ruleset"] = function(assert, done) {
26
url: "http://www.reddit.com/robots.txt",
27
onOpen: function(tab) {
28
tab.on('load', function(tab) {
29
- assert.equal(tab.url, "http://www.reddit.com/robots.txt",
+ assert.equal(tab.url, "https://www.reddit.com/robots.txt",
30
"Test that Reddit URLs are rewritten to HTTPS.");
31
tab.close();
32
done();
0 commit comments