https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/CafePress.xml
<!-- !functional:
- blog.cafepress.com (timeout)
- images7?.cafepress.com (reset; redirects to i2.cpcache.com)
- i[12].cpcache.com (!at i[12].cafepress.com, content.cafepress.com, www.cafepress.com)
-->
<ruleset name="CafePress (partial)">
<target host="cafepress.com"/>
<target host="*.cafepress.com"/>
<target host="cafepress.co.uk"/>
<target host="*.cafepress.co.uk"/>
<target host="*.cpcache.com"/>
<target host="server.iad.liveperson.net"/>
<rule from="^http://(?:www\.)?cafepress\.co(m|\.uk)/content/"
to="https://www.cafepress.co$1/content/"/>
<rule from="^http://(content|members)\.cafepress\.co(m|\.uk)/"
to="https://$1.cafepress.co$2/"/>
<rule from="^http://shop\.cafepress\.com/$"
to="https://shop.cafepress.com/"/>
<!-- cert !match help -->
<rule from="^http://help\.cafepress\.com/hc/"
to="https://server.iad.liveperson.net/hc/"/>
<!-- Akamai bucket. Finding it would ideal. -->
<rule from="^http://content\d?\.cpcache\.com/"
to="https://content.cafepress.com/"/>
<!-- rewriting help to liveperson breaks links under "design your own"
in the footer. Fix this by rewriting back. -->
<rule from="^https://server\.iad\.liveperson\.net/make/"
to="https://www.cafepress.com/make/"/>
</ruleset>