welcome: please sign in
location: HTTPSEverywhere

HTTPS Everywhere works with Conkeror. From version 1.0.0 on, Conkeror support is built-in. In earlier versions, it is necessary to edit install.rdf.

If desired, add the following command to your rc file to open a preferences dialog box for HTTPS Everywhere:

if ('@eff.org/https-everywhere;1' in Cc) {
    interactive("https-everywhere-options-dialog",
                "Open the HTTPS Everywhere options dialog.",
                function (I) {
                    window_watcher.openWindow(
                        null, "chrome://https-everywhere/content/preferences.xul",
                        "", "chrome,titlebar,toolbar,centerscreen,resizable", null);
                });
}

Conkeror.org: HTTPSEverywhere (last edited 2011-08-09 23:18:15 by retroj)