packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/TheChurchofJesusChristofLatterdaySaints.xml

<!--
 (The following is removed when the extention is built,
 allowing for notes to be viewed by other devs without 
 cluttering up the final ruleset file.)
 
 === About ===
 
 Secures connections to lds.org (and ldscdn.org), the official
 site of The Church of Jesus Christ of Latter-day Saints,
 also known as the 'LDS Church' or 'Mormon Church'.
 
 As to the choice of the ruleset name, the Church prefers
 that people refer to them by their actual name and not 
 their nickname(s). This is just for future reference.
 
 Refer to http://newsroom.lds.org/style-guide
 
 === Notes ===
 
 These sites appear okay:
  tech.lds.org
  history.lds.org
  store.lds.org
  institute.lds.org (just need iperceptions ruleset for full encypt)
  seminary.lds.org  (same as above)
  ldsces.org  (will do later, see below)
  
 The following sites redirect to already https supported site:
  feeds.lds.org      	> google feedburner
  broadcast.lds.org  	> to http://lds.org/broadcast
  clerk.lds.org      	> http://lds.org/ldsorg/v/index.jsp...
  scriptures.lds.org 	> lds.org/scriptures
  music.lds.org      	> lds.org/music
  youth.lds.org     	> lds.org/youth
  new.lds.org			> lds.org
  (probably more)
 
 Following ones do not support https:
  classic.lds.org
  lds.org/ldsorg/... This is just the classic.lds.org under a 
    different path. For example, the following fails to load:
    https://lds.org/ldsorg/v/index.jsp?locale=0&vgnextoid=22dfd7256ec8b010VgnVCM1000004d82620aRCRD
  jesuschrist.lds.org
 
 Already forces encryption:
  secure.lds.org
  cdol.lds.org
 
 ldscdn that work under https:
  media.ldscdn.org
  edge.ldscdn.org
  ldscdn.org

 ldscdn that did not work:
  media2.ldscdn.org    invalid cert (a248.e.akamai.net)



ldsces.org - Try out at a later time
<target host="ldsces.org"/>
<rule from="^https?://(?:www\.)?ldsces\.org/" to="https://ldsces.org/"/>

-->

<ruleset name="The Church of Jesus Christ of Latter-day Saints" platform="mixedcontent">

<target host="history.lds.org"/>
<target host="store.lds.org"/>
<target host="tech.lds.org"/>
<target host="www.lds.org"/>
<target host="lds.org"/>
<!--
Incomplete encryption without iPerceptions ruleset:
-->
<target host="institute.lds.org"/>
<target host="seminary.lds.org"/>

<target host="edge.ldscdn.org"/>
<target host="media.ldscdn.org"/>
<target host="www.ldscdn.org"/>
<target host="ldscdn.org"/>

<!--
This excludes http://lds.org/ldsorg/... (classic.lds.org) from using
https, as some of it pages cannot be loaded (see above)
-->
<exclusion pattern="^http://lds\.org/ldsorg"/>

<!--
Secure the cookies for the above sites (only)
-->
<securecookie host="^(.*\.)?lds\.org$" name=".*"/>
<securecookie host="^(.*\.)?ldscdn\.org$" name=".*"/>


<rule from="^http://(?:www\.)?lds\.org/" to="https://www.lds.org/"/>
<rule from="^http://(history|store|tech|institute|seminary)\.lds\.org/" to="https://$1.lds.org/"/>

<rule from="^http://(?:www\.)?ldscdn\.org/" to="https://www.ldscdn.org/"/>
<rule from="^http://(edge|media)\.ldscdn\.org/" to="https://$1.ldscdn.org/"/>

</ruleset>