You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have two bug trackers. The one on Github (https://github.com/EFForg/https-everywhere/issues) is recommended because it gets checked more frequently and has a friendlier user interface. The one on trac.torproject.org (https://trac.torproject.org/projects/tor/report/19) has a large backlog of bugs at this point, but it has the advantage of allowing you to post bugs anonymously using the "cypherpunks" / "writecode" account. (Note that you won't see replies unless you put an email address in the CC field.)
93
+
We currently have two bug trackers. The one on GitHub (https://github.com/EFForg/https-everywhere/issues) is recommended because it gets checked more frequently and has a friendlier user interface. The one on trac.torproject.org (https://trac.torproject.org/projects/tor/report/19) has a large backlog of bugs at this point, but it has the advantage of allowing you to post bugs anonymously using the "cypherpunks" / "writecode" account. (Note that you won't see replies unless you put an email address in the CC field.)
92
94
93
95
We have two publicly-archived mailing lists: the https-everywhere list (https://lists.eff.org/mailman/listinfo/https-everywhere) is for discussing the project as a whole, and the https-everywhere-rulesets list (https://lists.eff.org/mailman/listinfo/https-everywhere-rules) is for discussing the rulesets and their contents, including patches and git pull requests.
94
96
95
97
Tests
96
98
-------------
97
99
98
-
There are some very basic unittests under https-everywhere-tests/. These are run with
100
+
There are some very basic unittests under test/. These are run with
99
101
100
102
bash test.sh
101
103
@@ -106,7 +108,7 @@ loading URLs in a browser and watching for Mixed Content Blocking to fire.
106
108
The easiest way to run ruleset tests is to load a standalone Firefox instance
107
109
with the tests enabled:
108
110
109
-
bash test.sh --justrun
111
+
bash test/firefox.sh --justrun
110
112
111
113
Then click the HTTPS Everywhere icon on the toolbar, and click "Run HTTPS
112
114
Everywhere Ruleset Tests." When you run the tests, be prepared to let your
0 commit comments