forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,125 +1,43 @@ | ||
<!-- | ||
CDN buckets: | ||
- www.time.com.edgesuite.net | ||
- content | ||
- subscription-assets.timeinc.com.edgesuite.net | ||
- subscription-assets | ||
- tiads.timeinc.net.edgesuite.net | ||
Nonfunctional subdomains: | ||
- content * | ||
* 404 | ||
Problematic subdomains: | ||
- business * | ||
- entertainment * | ||
- healthland * | ||
- ideas * | ||
- keepingscore * | ||
- life * | ||
- lightbox * | ||
- nation * | ||
- newsfeed * | ||
- science * | ||
- style * | ||
- subscription-assets ² | ||
- swampland * | ||
- techland * | ||
- thepage ¹ | ||
- world * | ||
¹ WordPress | ||
* Mismatched | ||
² Akamai | ||
Partially covered subdomains: | ||
- (www.)? ¹ | ||
- business * | ||
- entertainment * | ||
- healthland * | ||
- ideas * | ||
- nation * | ||
- newsfeed * | ||
- science * | ||
- swampland * | ||
- techland * | ||
- world * | ||
¹ Some pages redirect to http | ||
* Rest handled in WordPress-blogs.xml. | ||
² Avoiding user-visible paths | ||
Fully covered subdomains: | ||
- auth | ||
- smetrics | ||
- tiads (→ akamai) | ||
Insecure cookies are set for these domains: | ||
- subscription.time.com | ||
Mixed content: | ||
- css on life from img.timeinc.net * | ||
* Secured by us | ||
Non-functional hosts | ||
Couldn't connect to server: | ||
- 100photos.time.com | ||
SSL peer certificate was not OK: | ||
- motto.time.com | ||
- www.time.com | ||
Secure connection redirects to plaintext: | ||
- time.com | ||
- business.time.com | ||
- entertainment.time.com | ||
- healthland.time.com | ||
- ideas.time.com | ||
- labs.time.com | ||
- realestate.money.time.com | ||
- nation.time.com | ||
- newsfeed.time.com | ||
- poy.time.com | ||
- science.time.com | ||
- swampland.time.com | ||
- time100.time.com | ||
- techland.time.com | ||
- world.time.com | ||
--> | ||
<ruleset name="TIME.com (partial)"> | ||
|
||
<target host="time.com" /> | ||
<target host="*.time.com" /> | ||
<!-- | ||
Started redirecting to http: | ||
--> | ||
<exclusion pattern="^http://time\.com/(?:$|(?:(?:\d+|author|collection|magazine|newsletter|tag|topic)/[\w-]+|business|entertainment|health|history|ideas|living|magazine|newsfeed|parents|politics|science|sports|tech|us|vault|world)/(?:$|\?))" /> | ||
|
||
|
||
<!-- Not secured by server: | ||
--> | ||
<!--securecookie host="^subscription\.time\.com$" name="^(JSESSIONID|customerSessionGuid)$" /--> | ||
<!-- | ||
Tracking cookies: | ||
--> | ||
<securecookie host="^\.time\.com$" name="^(?:gpv_\w\d+|sinvisit_\w|s_\w+)$" /> | ||
<securecookie host="^subscription\.time\.com$" name=".+" /> | ||
|
||
|
||
<rule from="^http://((?:auth|profiles|smetrics|subscription|www)\.)?time\.com/" | ||
to="https://$1time.com/" /> | ||
|
||
<rule from="^http://(business|entertainment|newsfeed|science|world)\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/$1" /> | ||
|
||
<rule from="^http://healthland\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/health" /> | ||
|
||
<rule from="^http://ideas\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/opinion" /> | ||
|
||
<rule from="^http://nation\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/us" /> | ||
|
||
<rule from="^http://swampland\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/politics" /> | ||
|
||
<rule from="^http://techland\.time\.com/+(?:$|\?.*)" | ||
to="https://time.com/tech" /> | ||
|
||
<target host="assets.time.com" /> | ||
<test url="http://assets.time.com/scripts/brightcove-facade/1.1.0/brightcove-facade.min.js" /> | ||
<target host="auth.time.com" /> | ||
<target host="backissues.time.com" /> | ||
<target host="content.time.com" /> | ||
<target host="pages.email.time.com" /> | ||
<target host="shop.time.com" /> | ||
<target host="smetrics.time.com" /> | ||
<target host="subscription.time.com" /> | ||
<target host="subscription-assets.time.com" /> | ||
<test url="http://subscription-assets.time.com/prod/assets/themes/magazines/SUBS/templates/velocity/site/td-learnmore0711/smartphone.html" /> | ||
<test url="http://subscription-assets.time.com/prod/assets/themes/magazines/default/template-resources/html/legal/amazon/TD/tos.html" /> | ||
<test url="http://subscription-assets.time.com/prod/assets/themes/magazines/default/template-resources/html/legal/ios/TD/pp.html" /> | ||
|
||
<rule from="^http:" to="https:" /> | ||
</ruleset> |