[HTTPS-E Rulesets] [PATCH] HTTPS for the International Association for Cryptologic Research (IACR)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Feb 7 10:09:26 PST 2014


This ruleset covers the excellent Cryptology ePrint Archive at
https://eprint.iacr.org/, as well as the IACR's main web site and any
other web sites they produce (the certificate for eprint and the main
site is a wildcard).
---
 src/chrome/content/rules/IACR.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 src/chrome/content/rules/IACR.xml

diff --git a/src/chrome/content/rules/IACR.xml b/src/chrome/content/rules/IACR.xml
new file mode 100644
index 0000000..a41643a
--- /dev/null
+++ b/src/chrome/content/rules/IACR.xml
@@ -0,0 +1,11 @@
+<ruleset name="IACR">
+  <target host="iacr.org" />
+  <target host="*.iacr.org" />
+
+
+  <rule from="^http://iacr\.org/"
+          to="https://www.iacr.org/" />
+  <rule from="^http://([^/:@\.]+\.)?iacr\.org/"
+	to="https://$iacr.org/" />
+
+</ruleset>
-- 
1.8.5.3



More information about the HTTPS-Everywhere-Rules mailing list