[HTTPS-Everywhere] [PATCH] Support the Conkeror browser.

Stefan Kangas skangas at skangas.se
Sat Mar 5 03:05:33 PST 2011


This patch adds support for the Conkeror browser.

I do not really know much else than the fact that it works. The code is not
mine; it is from the Conkeror wiki:

   http://conkeror.org/Extensions#Editinstall.rdf

Still, I think it could be useful to include. This means less hassle for users
of Conkeror, who will otherwise just have to add this by themselves.

Thanks,
Stefan Kangas

---
 src/install.rdf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/install.rdf b/src/install.rdf
index 90918d3..6fef4d8 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -38,5 +38,13 @@
                 <em:maxVersion>3.1.*</em:maxVersion> 
             </Description> 
         </em:targetApplication> 
+        <!-- Conkeror -->
+        <em:targetApplication>
+          <Description>
+            <em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
+            <em:minVersion>0.1</em:minVersion>
+            <em:maxVersion>9.9</em:maxVersion>
+          </Description>
+        </em:targetApplication>
     </Description>
 </RDF>
-- 
1.7.2.3



More information about the HTTPS-everywhere mailing list