[HTTPS-E Rulesets] [PATCH 6/6] Unbreak the Internet Archives stats pages

Wieland Hoffmann themineo at gmail.com
Sun Mar 3 10:15:09 PST 2013


The graphite images are not available over HTTPS
---
 src/chrome/content/rules/Internet-Archive.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/chrome/content/rules/Internet-Archive.xml b/src/chrome/content/rules/Internet-Archive.xml
index 1133b87..66e9c60 100644
--- a/src/chrome/content/rules/Internet-Archive.xml
+++ b/src/chrome/content/rules/Internet-Archive.xml
@@ -7,8 +7,9 @@
 
 	<securecookie host="^\.archive\.org$" name=".*" />
 
-        <exclusion pattern="^http://web\.archive\.org/" />
+	<exclusion pattern="^http://web\.archive\.org/" />
 	<exclusion pattern="^http://s3\.us\.archive\.org/"/>
+	<exclusion pattern="^http://graphite\.us\.archive\.org/" />
 	<rule from="^http://((?:\w+)\.us\.|www\.)?archive\.org/"
 		to="https://$1archive.org/" />
 
-- 
1.8.1.4





More information about the HTTPS-Everywhere-Rules mailing list