lynda.com
HTTPS Everywhere currently rewrites requests to lynda.com (or its subdomains).
Embedded content loaded from third-party domains (for example, YouTube, Google Analytics, ad networks, or CDNs) may also be affected. You can test this by loading the web page in question in a browser with HTTPS Everywhere installed and pulling down the HTTPS Everywhere rules menu. This will show a list of HTTPS Everywhere rules that were applied as the page was loaded, including rules that might have affected embedded content from other domains.
The stable (as yet unreleased) branch contains the following rule that is enabled by default:
<!-- Nonfunctional hosts in *lynda.com: - ios * * 403 Problematic hosts in *lynda.com: - files * - files2 * - flash * - ios2 * - ldcemailimages * * Akamai These altnames don't exist: - quicktime.lynda.com --><ruleset name="Lynda.com (partial)" platform="mixedcontent"><!-- Disabled due to #4072 and the amount of exclusions meaning it causes more problems than it solves --> <!-- Direct rewrites: --> <target host="lynda.com"/> <target host="cdn.lynda.com"/> <target host="cdnstage.lynda.com"/> <target host="www.lynda.com"/> <!-- Redirects to http: --> <!--exclusion pattern="^http://www\.lynda\.com/(?:$|login/loginhelp\.aspx|support/$)" /--> <!-- Exceptions: --> <exclusion pattern="^http://www\.lynda\.com/+(?!(?:plans/renewal/select|promo/activatekey|registration/account)(?:$|[?/])|user/login/)"/> <!-- -ve: --> <test url="http://www.lynda.com/apps/ios"/> <test url="http://www.lynda.com/business"/> <test url="http://www.lynda.com/government"/> <test url="http://www.lynda.com/login/loginhelp.aspx"/> <test url="http://www.lynda.com/promo/trial/default.aspx"/> <test url="http://www.lynda.com/support/"/> <test url="http://www.lynda.com/support/contact.aspx"/> <!-- -ve: --> <test url="http://www.lynda.com/plans/registration/account?subscriptionId=1001"/> <test url="http://www.lynda.com/plans/renewal/select"/> <test url="http://www.lynda.com/promo/activatekey"/> <test url="http://www.lynda.com/user/login/modal"/> <rule from="^http:" to="https:"/> </ruleset>
The release branch contains the following rules that are enabled by default:
<!-- Nonfunctional hosts in *lynda.com: - ios * * 403 Problematic hosts in *lynda.com: - files * - files2 * - flash * - ios2 * - ldcemailimages * * Akamai These altnames don't exist: - quicktime.lynda.com --><ruleset name="Lynda.com (partial)" platform="mixedcontent"><!-- Disabled due to #4072 and the amount of exclusions meaning it causes more problems than it solves --> <!-- Direct rewrites: --> <target host="lynda.com"/> <target host="cdn.lynda.com"/> <target host="cdnstage.lynda.com"/> <target host="www.lynda.com"/> <!-- Redirects to http: --> <!--exclusion pattern="^http://www\.lynda\.com/(?:$|login/loginhelp\.aspx|support/$)" /--> <!-- Exceptions: --> <exclusion pattern="^http://www\.lynda\.com/+(?!(?:plans/renewal/select|promo/activatekey|registration/account)(?:$|[?/])|user/login/)"/> <!-- -ve: --> <test url="http://www.lynda.com/apps/ios"/> <test url="http://www.lynda.com/business"/> <test url="http://www.lynda.com/government"/> <test url="http://www.lynda.com/login/loginhelp.aspx"/> <test url="http://www.lynda.com/promo/trial/default.aspx"/> <test url="http://www.lynda.com/support/"/> <test url="http://www.lynda.com/support/contact.aspx"/> <!-- -ve: --> <test url="http://www.lynda.com/plans/registration/account?subscriptionId=1001"/> <test url="http://www.lynda.com/plans/renewal/select"/> <test url="http://www.lynda.com/promo/activatekey"/> <test url="http://www.lynda.com/user/login/modal"/> <rule from="^http:" to="https:"/> </ruleset>
The HTTPS Everywhere developers welcome corrections and updates to rules. Please see our developer information and documentation of the ruleset format. If filing a bug in the Tor Project's Trac bug tracker, you can use the shared username and password cypherpunks / writecode; please ensure that the bug is marked as applying to HTTPS Everywhere.