https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Pagely.xml
<!-- !functional:
- *.presscdn.com (cert: edgecastcdn.net; 404)
- blog.page.ly (cert: plesk; shows 108-hero.com data)
-->
<ruleset name="Pagely (partial)">
<target host="page.ly"/>
<target host="www.page.ly"/>
<!-- pagely.com shows 108-hero.com data
page.ly pages redirect infinitely
<rule from="^http://page(\.ly|ly\.com)/"
to="https://www.page.ly/"-->
<rule from="^http://(www\.)?page\.ly/(favicon\.ico|public/|signup/|wp-content/)"
to="https://$1page.ly/$2"/>
<!-- 404 -->
<rule from="^http://pagely\.presscdn\.com/wp-content/"
to="https://page.ly/wp-content/"/>
</ruleset>