Skip to content

Commit 1a325af

Browse files
committed
[Cloudfront] try to unbreak Amazon Look Inside the Book
https://trac.torproject.org/projects/tor/ticket/6848 Conflicts: chromium/manifest.json
1 parent 86b5db0 commit 1a325af

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

chromium/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
],
2424
"update_url": "https://www.eff.org/files/https-everywhere-chrome-updates.xml",
2525
"version": "2012.2.9"
26-
}
26+
}

src/chrome/content/rules/Cloudfront.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
<target host="*.cloudfront.net" />
44

55
<rule from="^http://([^/:@\.]+)\.cloudfront\.net/" to="https://$1.cloudfront.net/"/>
6+
<!-- Deal with https://trac.torproject.org/projects/tor/ticket/6848 -->
7+
<exclusion pattern="^http://d1b14unh5d6w7g\.cloudfront\.net" />
68
</ruleset>

0 commit comments

Comments
 (0)